TSFenwick commented on code in PR #13363: URL: https://github.com/apache/druid/pull/13363#discussion_r1021973536
########## server/src/main/java/org/apache/druid/server/emitter/SwitchingEmitterConfig.java: ########## @@ -0,0 +1,31 @@ +package org.apache.druid.server.emitter; Review Comment: Composing emitter's config is [here in the server module](https://github.com/apache/druid/tree/master/server/src/main/java/org/apache/druid/server/emitter) But all the other emitters configs are [here in the core module](https://github.com/apache/druid/tree/master/core/src/main/java/org/apache/druid/java/util/emitter/core) Where is the preferred location -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
