datastax / kaap

KAAP, Kubernetes Autoscaling for Apache Pulsar
https://datastax.github.io/kaap/
Apache License 2.0
45 stars 15 forks source link

support ZooKeeper 3.9.2 tls 1.3 #168

Closed nicoloboschi closed 4 months ago

nicoloboschi commented 4 months ago

ZooKeeper 3.9.2 comes with TLS 1.3 enabled by default (if jdk >= 17). Since the operator uses a zk client to connect to it, it's better to set tls 1.2 explictly in the ZK configuration to not be dependent on the JDK version