@@ -23,7 +23,7 @@ This replicates as well as possible real deployment configurations, where you ha
2323 - Kafka Topics UI: 0.9.4
2424 - Kafka Connect: Confluent 5.5.1
2525 - Kafka Connect UI: 0.9.7
26- - ksqlDB Server: Confluent 5.5 .1
26+ - ksqlDB Server: Confluent 6.1 .1
2727 - Zoonavigator: 0.8.0
2828
2929
@@ -52,7 +52,7 @@ This configuration fits most development requirements.
5252
5353 - Zookeeper will be available at ` $DOCKER_HOST_IP:2181 `
5454 - Kafka will be available at ` $DOCKER_HOST_IP:9092 `
55-
55+ - (experimental) JMX port at ` $DOCKER_HOST_IP:9999 `
5656
5757Run with:
5858```
@@ -80,6 +80,7 @@ If you want to have three zookeeper nodes and experiment with zookeeper fault-to
8080
8181- Zookeeper will be available at ` $DOCKER_HOST_IP:2181,$DOCKER_HOST_IP:2182,$DOCKER_HOST_IP:2183 `
8282- Kafka will be available at ` $DOCKER_HOST_IP:9092 `
83+ - (experimental) JMX port at ` $DOCKER_HOST_IP:9999 `
8384
8485Run with:
8586```
@@ -100,6 +101,7 @@ Run with:
100101docker-compose -f zk-multiple-kafka-multiple.yml up
101102docker-compose -f zk-multiple-kafka-multiple.yml down
102103```
104+
103105## Full stack (no UI)
104106
105107For this, we recommend using [ Conduktor] ( https://conduktor.io ) as your tool to bring a unified UI to all these components
@@ -111,7 +113,7 @@ For this, we recommend using [Conduktor](https://conduktor.io) as your tool to b
111113 - Kafka Connect: ` $DOCKER_HOST_IP:8083 `
112114 - KSQL Server: ` $DOCKER_HOST_IP:8088 `
113115 - Zoonavigator Web: ` $DOCKER_HOST_IP:8004 `
114-
116+ - (experimental) JMX port at ` $DOCKER_HOST_IP:9999 `
115117
116118 Run with:
117119 ```
@@ -133,7 +135,7 @@ Note: the UI may be outdated or not maintained. See above for Full Stack No UI i
133135 - Kafka Connect UI: ` $DOCKER_HOST_IP:8003 `
134136 - KSQL Server: ` $DOCKER_HOST_IP:8088 `
135137 - Zoonavigator Web: ` $DOCKER_HOST_IP:8004 `
136-
138+ - (experimental) JMX port at ` $DOCKER_HOST_IP:9999 `
137139
138140 Run with:
139141 ```
0 commit comments