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
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
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