ClickHouse / clickhouse-java

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

[client-v2] Make new transport layer implementation as default #1847

Closed chernser closed 1 month ago

chernser commented 1 month ago

Summary

Client-v2 uses two transport implementations: initially it was based on previous version of the client, then new implementation was done. This PR make it as default so no configuration should be set to use it.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud