1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00

minor improvements to the kafka-api example

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-18 13:58:31 +03:00
parent d5a179cc45
commit d1f32e723a
5 changed files with 162 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ services:
ports:
- 9092:9092
environment:
KAFKA_ADVERTISED_HOST_NAME: 10.122.1.109 # replace that with your own local ipv4 addr.
KAFKA_ADVERTISED_HOST_NAME: 10.122.1.142 # replace that with your own local ipv4 addr.
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
# kafka:
# image: confluentinc/cp-kafka:5.5.0