This message was deleted.
# general
s
This message was deleted.
b
Yes, it’s generally not a good idea to conflate / share ZK and MDS between 2 clusters.
πŸ‘ 1
a
I have seen same zk being shared across druid clusters without issues. You will have to set some properties to make sure that they do not step on each other in zk.
For metadata store, you would have to set a different value for
Copy code
druid.metadata.storage.tables.base
for different clusters.
πŸ‘ 1
a
druid.zk.paths.base
for ZK. It defaults to
/druid
so just make sure the second one is set to something else like
/druid2
.
πŸ‘ 1