clickhouse-java
clickhouse-java copied to clipboard
Show the hosts where the query was executed successfuly in JDBC driver
Client already does that but the driver doesn't. It is needed to act adequately when some of the hosts are down, for example. And checking each host manually to know if the query was a success there seems woefully inefficient.
Thank you.