ClickHouse / clickhouse-java

ClickHouse Java Clients & JDBC Driver
https://clickhouse.com
Apache License 2.0
1.45k stars 535 forks source link

[client-v2] Async HTTP Client for POJO reader #1831

Open chernser opened 1 month ago

chernser commented 1 month ago

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