sslapache-kafkaapache-zookeepersasl

Kafka Zookeeper security


I am using Kafka Version 0.10.2.0. Is there a way to secure communication between Zookeper Client i.e ZkClient and zookeper server with SSL. I found some way to do through SASL but i want it through SSL.


Solution

  • Zookeeper 3.5 includes SSL support but it is still in alpha so Kafka doesn't yet support it. The highest supported version is 3.4 which only includes sasl.

    Ref: https://issues.apache.org/jira/browse/ZOOKEEPER-1000