Hi Jamie,
You should be able to use something like this:
Client {
com.sun.security.auth.module.Krb5LoginModule required
useKeyTab=true
storeKey=true
keyTab="/etc/security/keytabs/kafka_server.keytab"
principal="kafka/kafka1.hostname@example.com";
};
or this:
Client {
Hi,
I am using Kafka 0.10.0 version. In this version, zookeeper is required.
Recently we found by default zookeeper allows anonymous connect to its port and
for some this seems to be a security concern. So I'd like to disable
zookeeper's ability to support anonymous connect. I am wondering if I