You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clickhouse-rs works with binary protocol (by default port: 9000) and chproxy works with HTTP protocol (by default port: 8123), so:
If you would like to work through binary protocol with multiple clickhouse instances, you may specify multiple hosts in url: tcp://host1:9000?alt_hosts=host2:9000,host3:9000
If you would like to work through the HTTP protocol with chproxy you need to use http clickhouse client library, for example https://crates.io/crates/clickhouse
I am having trouble connecting to clickhouse running locally in docker image. I am using version "1.0.0-alpha.1". I get following error:
when calling this part of code:
The text was updated successfully, but these errors were encountered: