Kafka now works in kube for calls outside its namespace
[nonrtric.git] / test / simulator-group / dmaapmr / configs0 / kafka / zk_client_jaas.conf
1 Client {
2    org.apache.zookeeper.server.auth.DigestLoginModule required
3    username="kafka"
4    password="kafka_secret";
5  };
6