TSFenwick commented on code in PR #14200:
URL: https://github.com/apache/druid/pull/14200#discussion_r1183109745


##########
server/src/main/java/org/apache/druid/server/emitter/EmitterModule.java:
##########
@@ -82,33 +83,49 @@ public void configure(Binder binder)
 
     binder.bind(Emitter.class).toProvider(new 
EmitterProvider(emitterType)).in(LazySingleton.class);
 
-    MapBinder<String, String> extraServiceDimensions = MapBinder.newMapBinder(
+    MapBinder<String, String> extraServiceDimensionsLegacy = 
MapBinder.newMapBinder(

Review Comment:
   maybe requiredExtraServiceDimension or leave as is and other one is 
optionalExtraServiceDimensions...



-- 
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]

Reply via email to