e.org
Cc: users@kafka.apache.org
Betreff: Re: Failed to parse the broker info from zookeeeper
The exception is:
Caused by: kafka.common.KafkaException: Unable to parse PLAINTEXT://sven:9092
to a broker endpoint
And it happens
here:https://github.com/apache/kafka/blob/0.10.0/core/src/main/scal
osed socket connection for client
/127.0.0.1:41983 which had sessionid 0x156699ccfaa0001
(org.apache.zookeeper.server.NIOServerCnxn)
Thanks for helping me!
Best
Sven
Gesendet: Montag, 08. August 2016 um 10:04 Uhr
Von: "Jaikiran Pai"
An: users@kafka.apache.org
Betreff: Re: Failed
aa0001 (org.apache.zookeeper.server.PrepRequestProcessor)
[2016-08-08 12:05:12,332] INFO Closed socket connection for client
/127.0.0.1:41983 which had sessionid 0x156699ccfaa0001
(org.apache.zookeeper.server.NIOServerCnxn)
Thanks for helping me!
Best
Sven
Gesendet: Montag, 08. August 2016 um 10:04 Uhr
Von: "Jaikiran Pai&
The quickstart step 2 has a couple of commands, which exact command
shows this exception and is there more in the exception, like an
exception stacktrace? Can you post that somehow?
-Jaikiran
On Monday 08 August 2016 12:46 PM, Sven Ott wrote:
Hello everyone,
I downloaded the latest Kafka ve
I typed it, because I dont have internet access on the machine where I am
trying to run Kafka. Sorry, for the mistakes.
Gesendet: Montag, 08. August 2016 um 09:46 Uhr
Von: "Radoslaw Gruchalski"
An: "Sven Ott" , users@kafka.apache.org
Betreff: Re: Failed to parse
Have you copy/paste this json or typed it?
{"jmx_port":-1, "timestamp":"...",
"endpoints":["PLAINSTEXT://sven:9092]","host":"sven","version":3,"port":9092}
There are 2 errors in this json: ["PLAINSTEXT://sven:9092]” <- quotes don’t
match and the protocol is PLAINTEXT not PLAINSTEXT.
–
Best regar