This should be enough: bin/kafka-console-producer.sh --async -batch-size=10 --broker-list localhost:9092 --topic test
Aditya ________________________________________ From: ram kumar [[email protected]] Sent: Sunday, May 31, 2015 10:18 PM To: [email protected] Subject: async hi, is this the way to run async producer bin/kafka-console-producer.sh --property producer.type=async batch.num.messages=10 --broker-list localhost:9092 --topic test thanks
