clickhouse-java
clickhouse-java copied to clipboard
[client-v2] Support changing path name in the URL
Usecase
There are several DB instances behind a load balancer. There is a need to handle them differently and user may configure routing by path.
For example:
- https://myhost.com:8123/sales/db -> goes to sales analytics DB
- https://myhost.com:8123/app/db -> goes to app stats DB