Skip to content

Commit

Permalink
Fix zookeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Sep 1, 2024
1 parent c9cad4d commit eef3660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions topics/kafka/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ You should see the message you produced earlier.
To stop and remove the Kafka and Zookeeper containers, run:

```bash
cd devops-basics/topics/kafka/basic
docker-compose down
```

Expand Down
1 change: 1 addition & 0 deletions topics/kafka/basic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
container_name: zookeeper
environment:
- ZOO_ENABLE_AUTH=no
- ALLOW_ANONYMOUS_LOGIN=yes
ports:
- '2181:2181'

Expand Down

0 comments on commit eef3660

Please sign in to comment.