Replace kafka_ex with brod

This commit is contained in:
2022-03-06 18:51:15 +01:00
parent b9759ed237
commit 41b3aa8cb7
11 changed files with 77 additions and 173 deletions

View File

@@ -95,10 +95,7 @@ services:
ports:
- '4000:4000'
environment:
- KAFKA_BROKER1_HOST=kafka1
- KAFKA_BROKER2_HOST=kafka2
- KAFKA_BROKER3_HOST=kafka2
- KAFKA_BROKER_PORT=9092
- KAFKA_BROKERS=kafka1:9092,kafka2:9092,kafka3:9092
depends_on:
- kafka1
- kafka2