Hello, Can I use the same zookeeper service that I...
# troubleshooting
g
Hello, Can I use the same zookeeper service that I use with kafka for pinot? Or is it recommended to have 2 zk service for each one ( pinot and kafka )
d
I would recommend two seperate zookeeper given that Kafka and Pinot have very different usage pattern.
Now, technically you can use both.
k
+1 to what Daniel mentioned. you can if you really have to but note that ZK does not have inbuilt multitenancy.. for instance - If your kafka consumers are using ZK for checkpointing then a bad consumer can bring down entire ZK and impact both Kafka and Pinot