Hi all, There's an upcoming change in the Apache Pulsar Helm chart to finally switch to Pulsar 2.8.x, more specifically to Apache Pulsar version 2.8.2 . The latest Apache Pulsar Helm Chart release uses the Apache Pulsar 2.7.4 image.
The pull request to switch to Apache Pulsar image version 2.8.2 is current in review: https://github.com/apache/pulsar-helm-chart/pull/190 There's a known issue that Zookeeper TLS isn't stable because of https://issues.apache.org/jira/browse/ZOOKEEPER-3988 (also reported in apache/pulsar as https://github.com/apache/pulsar/issues/11070) . The fix https://github.com/apache/zookeeper/pull/1770 is planned for Zookeeper 3.7.1 version. There's a workaround in the Apache Pulsar Helm chart when TLS isn't enabled for Zookeeper. That was added by https://github.com/apache/pulsar-helm-chart/pull/180 . However, the workaround cannot be applied when TLS is enabled for Zookeeper. Should we postpone switching to Apache Pulsar 2.8.2 in the Helm chart until there's a fix for ZOOKEEPER-3988 / https://github.com/apache/pulsar/issues/11070 ? BR, Lari