Skip to content

Commit

Permalink
kafka upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Aug 17, 2024
1 parent 2ada5fe commit 99cccde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/deploy/docker/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ services:
logging.level.io.opentelemetry.exporter: "OFF"
management.otlp.tracing.endpoint: "http://host.docker.internal:4318/v1/traces"

#broker
spring.kafka.bootstrap-servers: kafka:9092

#profile
spring.profiles.active: "${_Values_profile}"

Expand Down Expand Up @@ -101,7 +104,7 @@ services:
kafka:
profiles:
- kafka
image: bitnami/kafka:3.7.0
image: bitnami/kafka:3.8.0
container_name: kafka
ports:
- "9092:9092"
Expand Down

0 comments on commit 99cccde

Please sign in to comment.