As a follow up to #13365
Right now going from
bin/start-druid to
bin/start-druid -s broker,router,historical,coordinator-overlord,middleManager silently removed zk and that can cause confusion
it would be better if you explicitly had to say
bin/start-druid -s broker,router,historical,coordinator-overlord,middleManager,zk to start all the services
zk can still have special casing in how it is treated.
As a follow up to #13365
Right now going from
bin/start-druidtobin/start-druid -s broker,router,historical,coordinator-overlord,middleManagersilently removed zk and that can cause confusionit would be better if you explicitly had to say
bin/start-druid -s broker,router,historical,coordinator-overlord,middleManager,zkto start all the serviceszk can still have special casing in how it is treated.