kfaraz commented on code in PR #18341:
URL: https://github.com/apache/druid/pull/18341#discussion_r2259272141


##########
extensions-core/kubernetes-overlord-extensions/src/main/java/org/apache/druid/k8s/overlord/KubernetesOverlordModule.java:
##########
@@ -81,12 +85,16 @@
 public class KubernetesOverlordModule implements DruidModule
 {
 
-  private static final Logger log = new Logger(KubernetesOverlordModule.class);
+  private static final Logger log = new 
EmittingLogger(KubernetesOverlordModule.class);
   private static final String K8SANDWORKER_PROPERTIES_PREFIX = 
IndexingServiceModuleHelper.INDEXER_RUNNER_PROPERTY_PREFIX
                                                                + 
".k8sAndWorker";
   private static final String RUNNERSTRATEGY_PROPERTIES_FORMAT_STRING = 
K8SANDWORKER_PROPERTIES_PREFIX
                                                                         + 
".runnerStrategy.%s";
   private static final String HTTPCLIENT_PROPERITES_PREFIX = 
K8SANDWORKER_PROPERTIES_PREFIX + ".http";
+  private static final String PROPERTY_PREFIX_SWITCHING = 
"druid.indexer.logs.switching";
+  private static final String PROPERTY_KEY_SWITCHING_PUSH_TYPE = 
PROPERTY_PREFIX_SWITCHING + ".pushType";
+  private static final String PROPERTY_KEY_SWITCHING_STREAM_TYPE = 
PROPERTY_PREFIX_SWITCHING + ".streamType";
+  private static final String PROPERTY_KEY_SWITCHING_REPORTS_TYPE = 
PROPERTY_PREFIX_SWITCHING + ".reportsType";

Review Comment:
   Yeah, they should be in the `SwitchingTaskLogs` class because they are 
related to that impl only.



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