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

[client-v2] Async HTTP Client support

Open chernser opened this issue 1 year ago • 3 comments

Description

Apache HTTP client library has two implementations: blocking and non-blocking. The last one may be very beneficial for queryAll API that would deserialize data as it comes from a server

chernser avatar Sep 25 '24 22:09 chernser