ClickHouse / ClickHouse/clickhouse-connect

Multiple hosts in connection string

Open
#74 5 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.