Skip to content

Commit 6a23b5a

Browse files
committed
added note on Conduktor
1 parent 87b20fb commit 6a23b5a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![Build Status](https://travis-ci.org/simplesteph/kafka-stack-docker-compose.svg?branch=master)](https://travis-ci.org/simplesteph/kafka-stack-docker-compose)
22

3-
43
# kafka-stack-docker-compose
54

65
This replicates as well as possible real deployment configurations, where you have your zookeeper servers and kafka servers actually all distinct from each other. This solves all the networking hurdles that comes with Docker and docker-compose, and is compatible cross platform.
@@ -19,6 +18,12 @@ This replicates as well as possible real deployment configurations, where you ha
1918
- Kafka Connect UI: 0.9.4
2019
- Zoonavigator: 0.5.1
2120

21+
22+
## Optional: Kafka Desktop Application
23+
24+
Once you have started your cluster, you can use [Conduktor](https://www.conduktor.io/) to easily manage it.
25+
Just connect against `localhost:9092` if using Docker, or `192.168.99.100` if using Docker Toolbox
26+
2227
# Requirements
2328

2429
## Docker

0 commit comments

Comments
 (0)