Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions spring-kafka-example/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:

server:
app:
container_name: app
Comment thread
igorcampos-dev marked this conversation as resolved.
build:
context: .
ports:
Expand All @@ -10,8 +11,8 @@ services:
SPRING_PROFILES_ACTIVE: "default"

kafka:
image: confluentinc/cp-kafka:8.0.0
container_name: kafka
image: confluentinc/cp-kafka:8.0.0
ports:
- "9092:9092"
environment:
Expand All @@ -24,4 +25,4 @@ services:
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
KAFKA_CONTROLLER_LISTENER_NAMES: CONTROLLER
KAFKA_LOG_DIRS: /tmp/kraft-combined-logs
CLUSTER_ID: qGyb4Z0XQpeoKgUXYfCCLw
CLUSTER_ID: qGyb4Z0XQpeoKgUXYfCCLw