Skip to content

Commit

Permalink
Displays topic ReplicationFactor etc at producer start
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jan 9, 2018
1 parent 7a58284 commit e50b8ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kafka/test/produce-consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ spec:
- >
echo "--- start $HOSTNAME $(date --iso-8601='ns' -u) ---" >> /shared/produce.tmp
;
./bin/kafka-topics.sh --zookeeper zookeeper.kafka:2181 --describe --topic test-produce-consume
;
tail -f /shared/produce.tmp |
./bin/kafka-console-producer.sh --broker-list $BOOTSTRAP --topic test-produce-consume
;
Expand Down

0 comments on commit e50b8ea

Please sign in to comment.