Re: Q about doc of consumer

2016-12-08 Thread Vahid S Hashemian
in which case the correct port is 2181, as you figured out. Using "--bootstrap-server" and port 9092 implies using the new (Java) consumer. Regards, --Vahid From: "paradixrain" To: "users" Date: 12/07/2016 09:10 PM Subject:Q about doc of consumer

Re: Q about doc of consumer

2016-12-07 Thread Matthias J. Sax
You cannot send images over the mailing list... they get automatically removed. On 12/6/16 11:15 PM, paradixrain wrote: > Dear kafka, > I think there is an error in the document, is that right? > > > Here's what I did: > Step 1: > open a producer > ./kafka-console-producer.sh --broker-list loca

Q about doc of consumer

2016-12-07 Thread paradixrain
Dear kafka, I think there is an error in the document, is that right? Here's what I did: Step 1: open a producer ./kafka-console-producer.sh --broker-list localhost:9092 --topic test Step 2: open a consumer ./kafka-console-consumer.sh --zookeeper localhost:9092 --topic test --from-beginning S