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.conf5
1 files changed, 0 insertions, 5 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
deleted file mode 100644
index 79a7601..0000000
--- a/src/main/resources/docker-compose/kafka/zk_client_jaas.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-Client {
- org.apache.zookeeper.server.auth.DigestLoginModule required
- username="kafka"
- password="kafka_secret";
- }; \ No newline at end of file