Skip to content

Commit 421e630

Browse files
authored
update readme
1 parent 6a13fe6 commit 421e630

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
# An open-source project by [![Conduktor.io](https://www.conduktor.io/uploads/conduktor.svg)](https://conduktor.io/)
4+
5+
This project is sponsored by [Conduktor.io](https://www.conduktor.io/), a graphical desktop user interface for Apache Kafka.
6+
7+
Once you have started your cluster, you can use Conduktor to easily manage it.
8+
Just connect against `localhost:9092` if using Docker, or `192.168.99.100` if using Docker Toolbox
9+
310
# kafka-stack-docker-compose
411

512
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.
@@ -20,11 +27,6 @@ This replicates as well as possible real deployment configurations, where you ha
2027
- Zoonavigator: 0.8.0
2128

2229

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

3032
## Docker

0 commit comments

Comments
 (0)