We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab8e92 commit afb0639Copy full SHA for afb0639
spring-kafka-example/compose.yaml
@@ -1,6 +1,7 @@
1
services:
2
3
- server:
+ app:
4
+ container_name: app
5
build:
6
context: .
7
ports:
@@ -10,8 +11,8 @@ services:
10
11
SPRING_PROFILES_ACTIVE: "default"
12
13
kafka:
- image: confluentinc/cp-kafka:8.0.0
14
container_name: kafka
15
+ image: confluentinc/cp-kafka:8.0.0
16
17
- "9092:9092"
18
environment:
@@ -24,4 +25,4 @@ services:
24
25
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
26
KAFKA_CONTROLLER_LISTENER_NAMES: CONTROLLER
27
KAFKA_LOG_DIRS: /tmp/kraft-combined-logs
- CLUSTER_ID: qGyb4Z0XQpeoKgUXYfCCLw
28
+ CLUSTER_ID: qGyb4Z0XQpeoKgUXYfCCLw
0 commit comments