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

[client-v2] Support changing path name in the URL

Open chernser opened this issue 7 months ago • 0 comments

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

chernser avatar May 01 '25 11:05 chernser