Skip to content

Commit 0cbe406

Browse files
authored
example groupID case fix (#1376)
1 parent a558bb8 commit 0cbe406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
collectionName: example_coll
5050
kafkaURL: kafka:9092
5151
topic: topic1
52-
GroupID: mongo-group
52+
groupID: mongo-group
5353
depends_on:
5454
- kafka
5555
- mongo-db
@@ -61,7 +61,7 @@ services:
6161
environment:
6262
kafkaURL: kafka:9092
6363
topic: topic1
64-
GroupID: logger-group
64+
groupID: logger-group
6565
depends_on:
6666
- kafka
6767
restart: always
@@ -88,4 +88,4 @@ services:
8888
- "8080:8080"
8989
depends_on:
9090
- kafka
91-
restart: always
91+
restart: always

0 commit comments

Comments
 (0)