chaicesan opened a new issue #290: URL: https://github.com/apache/solr-operator/issues/290
As it stands we can't configure the lower level zookeeper cluster properties (e.g. zoo.cfg) via the solr-operator. I realised this recently when I was debugging one of our services and decided it's worth changing some zookeeper configs but there is no access to them. Specifically I am interested in [these](https://github.com/pravega/zookeeper-operator/blob/5e2c1bb3cc9d7aadff2011b1de01587b472ee9de/deploy/crds/zookeeper.pravega.io_zookeeperclusters_crd.yaml#L94) properties. How I envision it working (give or take) values.yaml ``` ... zookeeper: properties: initLimit: 10 maxClientCnxns: 1000 syncLimit: 5 tickTime: 2000 ... ``` If there are any questions then feel free to let me know. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org