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

R2dbc client - overriding query ID

Open zargarf opened this issue 6 months ago • 0 comments

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

zargarf avatar Jun 24 '25 15:06 zargarf