kfaraz commented on code in PR #13550: URL: https://github.com/apache/druid/pull/13550#discussion_r1045553887
########## examples/bin/start-druid-main.py: ########## @@ -50,6 +50,7 @@ MIDDLE_MANAGER = "middleManager" TASKS = "tasks" INDEXER = "indexer" +ZK = "zk" Review Comment: I think it might be better to just use the full name `zookeeper` since we are not doing an abbreviation for the other services either. -- 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]
