nishantmonu51 opened a new pull request #8691: Fix jackson property name for dropwizardemitterconfig URL: https://github.com/apache/incubator-druid/pull/8691 Fix jackson property name and add test This was causing below exception - ``` JsonConfigurator requires Jackson-annotated Config objects to have field annotations. class org.apache.druid.emitter.dropwizard.DropwizardEmitterConfig doesn't at org.apache.druid.guice.JsonConfigProvider.bind(JsonConfigProvider.java:151) (via modules: com.google.inject.util.Modules$OverrideModule -> org.apache.druid.emitter.dropwizard.DropwizardEmitterModule) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
