Skip to content

Commit

Permalink
Upgraded the Apache Kafka versions.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Jan 2, 2025
1 parent 307c9db commit 46b6c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/kafka-playground/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kafka:
image: hausgold/kafka:3.7
image: hausgold/kafka:3.9
network_mode: bridge
environment:
MDNS_HOSTNAME: kafka.playground.local
Expand All @@ -20,7 +20,7 @@ services:
hard: 100000

schema-registry:
image: hausgold/schema-registry:7.6
image: hausgold/schema-registry:7.8
network_mode: bridge
environment:
MDNS_HOSTNAME: schema-registry.playground.local
Expand Down

0 comments on commit 46b6c3b

Please sign in to comment.