TimonKK / clickhouse

NodeJS client for ClickHouse
Apache License 2.0
220 stars 122 forks source link

tcp port supported #109

Open arjunChouksey opened 2 years ago

arjunChouksey commented 2 years ago
native TCP port from 8443 - 9440, are not supported , gives error on connecting to port 9000,

Error Message - Error: 400: Port 9000 is for clickhouse-client program You must use port 8123 for HTTP.

Is there a way to resolve this ?

TimonKK commented 2 years ago

Hello, yes you can use HTTP port 8123. I am interacting with ClickHouse through HTTP port and I am happy