-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect to clickhouse through clickhouse-grpc-client? #1300
Comments
DBMS: ClickHouse (ver. 23.2.4.12) |
Hi @GerryYuan, did you see any error on server? gRPC is experimental and not suitable for production. It's reserved only for testing purpose and I'll drop it someday. |
There is no error message on the server. It feels that the server does not retain the data that accepts this port when it starts. If grpc-client is not recommended, which effective method is recommended to help me operate ck? |
I think it's better to start with JDBC driver. In the case you need to use Java client, it's better to stay with http protocol for now. For details, please refer to examples at here. |
clickhouse-grpc-client use grpc protocol, JDK11, then throw ClickHouseException, why?
throw ClickHouseException
The text was updated successfully, but these errors were encountered: