kafka Security
Reference Link
https://www.confluent.io/blog/apache-kafka-security-authorization-authentication-encryption/
For broker/ZooKeeper communication, we will only require Kerberos authentication as TLS is only supported in ZooKeeper 3.5, which is still at the alpha release stage.
Note current hortonworks zookeeper version in HDF3.0 is ZooKeeper 3.4.6.
1 | #!/bin/bash |