clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

[client-v2] Transport layer scaffolding

Open chernser opened this issue 7 months ago • 0 comments

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

chernser avatar Jul 01 '24 07:07 chernser