Skip to content
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

Drop clickhouse-grpc-client #1399

Open
zhicwu opened this issue Jul 12, 2023 · 0 comments · May be fixed by #1403
Open

Drop clickhouse-grpc-client #1399

zhicwu opened this issue Jul 12, 2023 · 0 comments · May be fixed by #1403

Comments

@zhicwu
Copy link
Contributor

zhicwu commented Jul 12, 2023

gRPC has been available as an experimental feature in ClickHouse for a while, but it lacks active maintenance, likely due to its limited usage. In this repository, the clickhouse-grpc-client was primarily developed to test interfaces in clickhouse-client. However, this addition introduces a multitude of dependencies into a relatively small library, resulting in intermittent build failures during continuous integration. Consequently, it is not recommended for production usage due to issues such as inadequate lz4 support and excessive server memory consumption.

Speaking from my personal experience at a company that follows the "use it or lose it" philosophy, I strongly advise removing the clickhouse-grpc-client. This action would not only resolve the CI build failures and eliminate unnecessary dependencies but also eliminate any confusion for users.

Lastly, I would like to mention that Apache Arrow Flight might be a more viable alternative. We can revisit this topic when ClickHouse/ClickHouse#7554 is implemented.

@zhicwu zhicwu linked a pull request Jul 16, 2023 that will close this issue
3 tasks
@mshustov mshustov added this to the 0.7 release milestone Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants