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