Skip to content

Commit

Permalink
kafka image v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
itboon committed Jun 16, 2023
1 parent d676d31 commit cf6e066
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 42 deletions.
2 changes: 1 addition & 1 deletion examples/docker-compose-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ volumes:

services:
kafka:
image: sir5kong/kafka:v3.3.2
image: sir5kong/kafka:v3.5
# restart: always
ports:
- "29092:29092"
Expand Down
6 changes: 3 additions & 3 deletions examples/docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ volumes:

services:
kafka01:
image: sir5kong/kafka:v3.3.2
image: sir5kong/kafka:v3.5
# restart: always
ports:
- "29091:29091"
Expand All @@ -33,7 +33,7 @@ services:
- KAFKA_CFG_CONTROLLER_QUORUM_VOTERS=1@kafka01:9091,2@kafka02:9091,3@kafka03:9091

kafka02:
image: sir5kong/kafka:v3.3.2
image: sir5kong/kafka:v3.5
# restart: always
ports:
- "29092:29092"
Expand All @@ -49,7 +49,7 @@ services:
- KAFKA_CFG_CONTROLLER_QUORUM_VOTERS=1@kafka01:9091,2@kafka02:9091,3@kafka03:9091

kafka03:
image: sir5kong/kafka:v3.3.2
image: sir5kong/kafka:v3.5
# restart: always
ports:
- "29093:29093"
Expand Down
38 changes: 0 additions & 38 deletions examples/docker-compose-listeners.yml

This file was deleted.

0 comments on commit cf6e066

Please sign in to comment.