clickhouse-java
clickhouse-java copied to clipboard
Drop gRPC client
Summary
Closes #1399
Checklist
Delete items not relevant to your PR:
- [ ] Unit and integration tests covering the common scenarios were added
- [x] A human-readable description of the changes was provided to include in CHANGELOG
- [ ] For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Hi @mzitnik, please review this pull request at your earliest convenience. I will be submitting a few more pull requests for updating dependencies, addressing bugs, and merging pending pull requests.
@zhicwu did you decide to drop gRPC ?
Yes, I see no benefit of keeping this but troubles(e.g. never production ready, CI failure time from time, and extra dependencies etc.). As I mentioned in the linked issue, Apache Arrow Flight is probably a better choice, and hopefully it will be supported in the future.