Skip to content

Commit

Permalink
Update kafka-install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khanton committed Oct 26, 2015
1 parent d78dade commit 444f394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/kafka-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Topic:test2 PartitionCount:3 ReplicationFactor:3 Configs:
Вроде все ок.
Запускаем producer:
```
bin/kafka-console-producer.sh --broker-list kf1.miared.ru:9092,kf2.miared.ru:9092,kf3.miared.ru:9092 --topic test2
bin/kafka-console-producer.sh --broker-list kf1.dom.ru:9092,kf2.dom.ru:9092,kf3.dom.ru:9092 --topic test2
```
Набираем на клавиатуре все уходит в kafkу.
Запускаем consumer - на другой машине естественно :):
Expand Down

0 comments on commit 444f394

Please sign in to comment.