added kakfa drop
This commit is contained in:
+10
-1
@@ -74,4 +74,13 @@ services:
|
||||
depends_on:
|
||||
- zookeeper-1
|
||||
- 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