clickhouse-java
clickhouse-java copied to clipboard
R2dbc client - overriding query ID
Hi
I am trying to use the r2dbc java client to integrate with Spring webflux and send statements to clickhouse as I am evaluating swapping out Druid for Clickhouse. I need to be able to set the Query Id on a per-statement basis in order to correlate with other parts of the stack. Is this possible with the r2dbc client? I can't find any information as to how to achieve it
Thanks