You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ This replicates as well as possible real deployment configurations, where you ha
15
15
16
16
## Stack version
17
17
18
-
- Conduktor Platform: 1.0.2
19
-
- Zookeeper version: 3.6.3 (Confluent 7.2.1)
20
-
- Kafka version: 3.2.0 (Confluent 7.2.1)
21
-
- Kafka Schema Registry: Confluent 7.2.1
22
-
- Kafka Rest Proxy: Confluent 7.2.1
23
-
- Kafka Connect: Confluent 7.2.1
24
-
- ksqlDB Server: Confluent 7.2.1
18
+
- Conduktor Platform: 1.3.0
19
+
- Zookeeper version: 3.6.3 (Confluent 7.3.0)
20
+
- Kafka version: 3.3.0 (Confluent 7.3.0)
21
+
- Kafka Schema Registry: Confluent 7.3.0
22
+
- Kafka Rest Proxy: Confluent 7.3.0
23
+
- Kafka Connect: Confluent 7.3.0
24
+
- ksqlDB Server: Confluent 7.3.0
25
25
- Zoonavigator: 1.1.1
26
26
27
27
For a UI tool to access your local Kafka cluster, use the free version of [Conduktor](https://www.conduktor.io/download)
@@ -68,7 +68,7 @@ password: `admin`
68
68
docker-compose -f full-stack.yml up
69
69
docker-compose -f full-stack.yml down
70
70
```
71
-
71
+
** Note: if you find that you can not connect to [localhost:8080](http://localhost:8080/) please run `docker-compose -f full-stack.yml build` to rebuild the port mappings.
0 commit comments