added kakfa drop
This commit is contained in:
@@ -75,3 +75,12 @@ services:
|
|||||||
- zookeeper-1
|
- zookeeper-1
|
||||||
- zookeeper-2
|
- zookeeper-2
|
||||||
- zookeeper-3
|
- zookeeper-3
|
||||||
|
|
||||||
|
kafdrop:
|
||||||
|
image: obsidiandynamics/kafdrop:latest
|
||||||
|
depends_on:
|
||||||
|
- kafka-1
|
||||||
|
ports:
|
||||||
|
- 19000:9000 # Maps port 19000 of the host to port 9000 inside the container.
|
||||||
|
environment:
|
||||||
|
KAFKA_BROKERCONNECT: kafka-1:29092
|
||||||
Reference in New Issue
Block a user