Francesco Marelli
Francesco Marelli
Hi, in my application I was using jackson-core 2.9.0, but with this version the DruidClient gave the followng error 2017-09-21 09:44:32 INFO Lifecycle$AnnotationBasedHandler:70 - Invoking stop method[public void com.metamx.http.client.NettyHttpClient.stop()] on...
Hi @gianm Reading the pom.xml of the druid client I see it references UTF-8 0.9.1.1 Is this correct? Shouldnìt it be change to 0.10.1? Cheers
I meant ` UTF-8 0.9.1.1 `
@gianm Ok I have built the java client against druid server 0.10.1 and also removed the explicit dependency in my pom.xml for Jackson, now I am getting a new error...
@rongnguyen no I gave up. It's a shame as a working http client would be very very useful. Did you run into the same issues I had? Cheers.
@gianm thanks for your support. A "working" java client like this would be very useful and make a great addition to the Druid ecosystem.
HI @gianm I fully understand where you are coming from. I've been effectively using Druid with jdbc SQL in the last few months, thanks for the great work. Cheers