Skip to content

Commit

Permalink
chore(kafka): add akhq as kafka example development container
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Jan 5, 2024
1 parent 0eec980 commit 1f595df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions springwolf-examples/springwolf-kafka-example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,17 @@ services:
KAFKA_SASL_ENABLED_MECHANISMS: PLAIN
KAFKA_SASL_MECHANISM_INTER_BROKER_PROTOCOL: PLAIN
KAFKA_OPTS: -Djava.security.auth.login.config=/etc/kafka/secrets/broker_jaas.conf

akhq:
image: tchiotludo/akhq:latest
ports:
- "8081:8080"
profiles:
- test
environment:
AKHQ_CONFIGURATION: |
akhq:
connections:
local:
properties:
bootstrap.servers: kafka:29092

0 comments on commit 1f595df

Please sign in to comment.