-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
TCP documentation #45
Comments
TCP transport is more specific, we don't want to expose details. Despite we have full compatibility of protocol of different versions of client and server, we want to keep the ability to "break" it for very old clients. And that protocol is not too clean to make a specification. |
Thanks, I got it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am using ClickHouse in Go, currently via HTTP, but I want TCP transport too. Do you have any documentation about it? Now I have this error (I am doing something wrong):
The text was updated successfully, but these errors were encountered: