linkedin.com/in/bobwakefieldmba
Twitter: @BobLovesData
-Original Message-
From: Vinod KC [mailto:v...@hortonworks.com]
Sent: Monday, April 17, 2017 6:25 AM
To: users@kafka.apache.org
Subject: Re: Kafka won't take messages
Can you check the value of ‘listeners’ in server.properties ?
Eg:
od KC [mailto:v...@hortonworks.com]
Sent: Monday, April 17, 2017 6:25 AM
To: users@kafka.apache.org
Subject: Re: Kafka won't take messages
Can you check the value of ‘listeners’ in server.properties ?
Eg: listeners=PLAINTEXT://:
Ensure the port you are connecting is correct
On 4/17/17, 4:34 P
LLC
913.938.6685
www.massstreet.net
www.linkedin.com/in/bobwakefieldmba
Twitter: @BobLovesData
-Original Message-
From: Sandeep Nemuri [mailto:nhsande...@gmail.com]
Sent: Monday, April 17, 2017 5:48 AM
To: users@kafka.apache.org
Subject: Re: Kafka won't take m
ubject: Re: Kafka won't take messages
When you run the producer it will be expecting you to produce some message(s).
Run a consumer simultaneously and enter some message in producer console. you
should be able to see the same in at console consumer output.
On Mon, Apr 17, 2017 at 3:39 PM, A
When you run the producer it will be expecting you to produce some
message(s). Run a consumer simultaneously and enter some message in
producer console. you should be able to see the same in at console consumer
output.
On Mon, Apr 17, 2017 at 3:39 PM, Adaryl Wakefield <
adaryl.wakefi...@hotmail.co
My cluster is not accepting connections and messages for some reason. I'm not
sure where to start troubleshooting. When I try to test it with:
$ bin/kafka-console-producer.sh --broker-list localhost:6667 --topic test_topic
It just hangs. When I try to run a Simple Producer, I get the same result.