Avatica does not currently support R2DBC. I was not previously aware of R2DBC but it looks like a useful extension to JDBC for streaming apps. (When I was at SQLstream, we had to make similar extensions, e.g. providing a callback method that would be executed each time a record was available in a ResultSet. I am glad that this is becoming standardized.)
It would be great if someone implemented the R2DBC interface on Avatica’s JDBC driver, so that servers such as Druid could use it out of the box. Julian > On Jul 19, 2021, at 10:24 PM, Shubham <[email protected]> wrote: > > Hi Apache Team, > > We have adopted Druid in our organisation for OLAP in our Data Engineering > landscape. > > We are trying to query Druid through Avatica client for jdbc which is the > popular way of querying Druid. > > We are looking for support for Reactive stack using R2DBC. > > Wanted know if the avatica driver will accept R2DBC or not when connecting > to Druid? > > Best Regards > Shubham
