ClickHouse / ClickHouse/clickhouse-connect
Multiple hosts in connection string
Open
enhancement
- Dominant language
- Python
- Stars
- 521
- Forks
- 159
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 46
Description
Hello! psycopg2 has support [multiple hosts](https://docs.sqlalchemy.org/en/14/dialects/postgresql.html#specifying-multiple-fallback-hosts) in conn string:
> postgresql+psycopg2://user:password@/dbname?host=HostA:PortA&host=HostB&host=HostC:PortC
Does the `clickhouse-connect` have support of multiple hosts? If no, can we add it?
Contributor guide
Assessment
This issue has not been assessed yet.