clickhouse-java
clickhouse-java copied to clipboard
[client-v2] Transport layer scaffolding
Transport layer
- Should be simple with linear structure
- Minimal set of abstractions
- only HTTP support
- ready to support: SSL, proxies, connection pooling, compression
Libraries
- https://hc.apache.org/httpcomponents-client-5.3.x/index.html - as HTTP client. Use blocking API for now