I just see this on kafka.log file [2016-06-24 13:27:14,346] INFO Closing socket connection to /127.0.0.1. (kafka.network.Processor)
On Fri, Jun 24, 2016 at 1:05 PM, Shekar Tippur <ctip...@gmail.com> wrote: > Hello, > > I have a simple Kafka producer directly taken off of > > > https://kafka.apache.org/090/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html > > I have changed the bootstrap.servers property. > > props.put("bootstrap.servers", "localhost:9092"); > > I dont see any events added to the test topic. > > console-producer works fine with broker localhost:9092. > > *I see that if I change *props.put("metadata.fetch.timeout.ms",100); > > the wait reduces but I still dont see any events in the topic. > > Can someone please explain what could be going on? > > - Shekar > >