zapr-oss / druidry

Java based Druid Query Generator library
Apache License 2.0
193 stars 86 forks source link

Removal of JAX-RS Dependency #148

Open tunix opened 4 years ago

tunix commented 4 years ago

Hi,

druidry uses Jersey for communication over HTTP. This causes issues if the host app includes dependencies which may have used JAX-RS 1.x. An example is a Spring Boot app running Spring Cloud and therefore libraries such as Netflix's Eureka, Feign, Ribbon. There are open issues in Spring Cloud Netflix project for this.

Would you consider removing JAX-RS and use something else instead?