Skip to content

Commit

Permalink
Fixed broker IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Jun 23, 2023
1 parent 29f7a46 commit ca25cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,9 +877,9 @@ bin/kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic test_to
* Specify replica assignments

```
bin/kafka-topics.sh --bootstrap-server localhost:9092 --create --topic test_topic_4 --replica-assignment 1:2,0:1
bin/kafka-topics.sh --bootstrap-server localhost:9092 --create --topic test_topic_4 --replica-assignment 101:102,100:101
bin/kafka-topics.sh --bootstrap-server localhost:9092 --create --topic test_topic_5 --replica-assignment 2:0:1
bin/kafka-topics.sh --bootstrap-server localhost:9092 --create --topic test_topic_5 --replica-assignment 102:100:101
```

---
Expand Down

0 comments on commit ca25cba

Please sign in to comment.