Skip to content

Commit

Permalink
chore: update kafka and zookeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 6, 2024
1 parent 6dd4ce3 commit 7323512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
name : dev-quickstart-kafka-stream-initialize
services :
zookeeper :
image : docker.io/bitnami/zookeeper:3.9.2
image : docker.io/bitnami/zookeeper:3.9.3
container_name : dev-quickstart-kafka-stream-initialize-zookeeper
restart : unless-stopped
environment :
ZOOKEEPER_CLIENT_PORT : 2181
ZOOKEEPER_TICK_TIME : 2000
ALLOW_ANONYMOUS_LOGIN : "yes"
kafka :
image : docker.io/bitnami/kafka:3.6.2
image : docker.io/bitnami/kafka:3.9.0
container_name : dev-quickstart-kafka-stream-initialize-broker
restart : unless-stopped
depends_on :
Expand Down

0 comments on commit 7323512

Please sign in to comment.