Hey there :) Do someone have a helm chart and conf...
# general
d
Hey there :) Do someone have a helm chart and config example for running more than 1 zookeeper running? For instace: I want to run 2 brokers, 2 controllers, 3 zookeepers and 4 servers Is it possible?
m
You want to run 3 or 5 ZK. With 2 ZK quorum won’t be achieved.
d
Yes, 3 zk I mistyped
m
@Daniel Lavoie
m
Which helm chart are you working off of now?
d
The one available in the oficial repo
m
As noted https://github.com/apache/pinot/blob/master/kubernetes/helm/pinot/values.yaml#L411 in the helm chart, it's best to use a separate Zookeeper operator. Is this a tenable solution?