Skip to content

Commit 95164ce

Browse files
devshawnsimplesteph
authored andcommitted
fix: correct README.md from two to three brokers (#51)
1 parent 18d8595 commit 95164ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
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.
77

8-
[UPDATE]: No /etc/hosts file changes are necessary anymore. Explanations at: https://rmoff.net/2018/08/02/kafka-listeners-explained/
8+
**UPDATE**: No /etc/hosts file changes are necessary anymore. Explanations at: https://rmoff.net/2018/08/02/kafka-listeners-explained/
99

1010
## Stack version
1111

@@ -55,7 +55,7 @@ docker-compose -f zk-single-kafka-single.yml down
5555

5656
## Single Zookeeper / Multiple Kafka
5757

58-
If you want to have two brokers and experiment with replication / fault-tolerance.
58+
If you want to have three brokers and experiment with kafka replication / fault-tolerance.
5959

6060
- Zookeeper will be available at `$DOCKER_HOST_IP:2181`
6161
- Kafka will be available at `$DOCKER_HOST_IP:9092,$DOCKER_HOST_IP:9093,$DOCKER_HOST_IP:9094`
@@ -69,7 +69,7 @@ docker-compose -f zk-single-kafka-multiple.yml down
6969

7070
## Multiple Zookeeper / Single Kafka
7171

72-
If you want to have three zookeeper and experiment with zookeeper fault-tolerance.
72+
If you want to have three zookeeper nodes and experiment with zookeeper fault-tolerance.
7373

7474
- Zookeeper will be available at `$DOCKER_HOST_IP:2181,$DOCKER_HOST_IP:2182,$DOCKER_HOST_IP:2183`
7575
- Kafka will be available at `$DOCKER_HOST_IP:9092`
@@ -83,7 +83,7 @@ docker-compose -f zk-multiple-kafka-single.yml down
8383

8484
## Multiple Zookeeper / Multiple Kafka
8585

86-
If you want to have three zookeeper and two kafka brokers to experiment with production setup.
86+
If you want to have three zookeeper nodes and three kafka brokers to experiment with production setup.
8787

8888
- Zookeeper will be available at `$DOCKER_HOST_IP:2181,$DOCKER_HOST_IP:2182,$DOCKER_HOST_IP:2183`
8989
- Kafka will be available at `$DOCKER_HOST_IP:9092,$DOCKER_HOST_IP:9093,$DOCKER_HOST_IP:9094`

0 commit comments

Comments
 (0)