WIP
[demos/kafka/monitoring] / docker-compose.yml
index 9eea469..a83fa29 100644 (file)
@@ -5,6 +5,10 @@ services:
     image: bitnami/zookeeper:latest
     ports:
       - "2181:2181"
+    environment:
+      ZOO_ENABLE_AUTH: "yes"
+      ZOO_SERVER_USERS: "user"
+      ZOO_SERVER_PASSWORDS: "password"
 
   kafka:
     image: bitnami/kafka:latest