summaryrefslogtreecommitdiffstats
path: root/src/main/resources/docker-compose/kafka/zk_client_jaas.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/docker-compose/kafka/zk_client_jaas.conf')
-rw-r--r--src/main/resources/docker-compose/kafka/zk_client_jaas.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/docker-compose/kafka/zk_client_jaas.conf b/src/main/resources/docker-compose/kafka/zk_client_jaas.conf
index d4ef1eb..79a7601 100644
--- a/src/main/resources/docker-compose/kafka/zk_client_jaas.conf
+++ b/src/main/resources/docker-compose/kafka/zk_client_jaas.conf
@@ -1,5 +1,5 @@
Client {
- org.apache.zookeeper.server.auth.DigestLoginModule required
- username="kafka"
- password="kafka_secret";
+ org.apache.zookeeper.server.auth.DigestLoginModule required
+ username="kafka"
+ password="kafka_secret";
}; \ No newline at end of file