Hi, Maybe you have make a typo with your IP address or you really use a Public IP for your zookeeper node ?
Best regards, Sebastien 2018-03-23 15:15 GMT+01:00 Debraj Manna <subharaj.ma...@gmail.com>: > Some formatting issue in my first email. The dots are not showing up. > Correct IP - 172.71.245.97:2181 > > > > On Fri, Mar 23, 2018 at 7:38 PM, adrien ruffie <adriennolar...@hotmail.fr> > wrote: > > > Hi, > > > > > > <+911727124597>:2181 disconnected means that your not is disconnected > from > > your zookeeper node. Check if your zookeeper is alive, if you kafka node > > can reach zookeeper and vice-versa. > > > > But your zookeeper's ip <+911727124597> is very strange ... > > > > > > best regards, > > > > > > Adrien > > > > ________________________________ > > De : Debraj Manna <subharaj.ma...@gmail.com> > > Envoyé : vendredi 23 mars 2018 14:57:40 > > À : users@kafka.apache.org > > Objet : Re: Kafka bootstrap broker disconnected > > > > Anyone any thoughts > > > > My server.properties looks like below > > > > > > broker.id=0 > > num.network.threads=3 > > num.io.threads=8 > > socket.send.buffer.bytes=102400 > > socket.receive.buffer.bytes=102400 > > socket.request.max.bytes=104857600 > > log.retention.hours=168 > > log.retention.check.interval.ms=300000 > > zookeeper.connect=localhost:2181 > > zookeeper.connection.timeout.ms=6000 > > num.network.threads=20 > > log.roll.hours=24 > > log.segment.bytes=10737418240 > > listeners=PLAINTEXT://172.71.245.97:9092 > > advertised.listeners=PLAINTEXT://172.71.245.97:9092 > > > > On Fri, Mar 23, 2018 at 11:01 AM, Debraj Manna <subharaj.ma...@gmail.com > > > > wrote: > > > > > Hi > > > > > > In my java Kafka client I am seeing the below logs and I am not seeing > > any > > > data being written to Kafka 0.10. Can someone let me know what is going > > > wrong? > > > > > > kafka “WARN [2018-03-22 20 <+912018032220>:31:27] > > > o.a.k.c.NetworkClient:[o.a.k.c.NetworkClient$DefaultMetadataUpdater: > > maybeHandleDisconnection:568] > > > - [kafka-producer-network-thread | com.vnera.grid.SaasKafkaPublisher > > > .152848959. <+91152848959>shadow.producer] - Bootstrap broker > > > 172.71.245.97 <+911727124597>:2181 disconnected > > > > > > > > >