Re: Unable to locate auto.create.topics.enable=true path for KafkaProducer

2016-09-22 Thread Thakrar, Jayesh
Umesh, That is a Kafka broker level config/parameter and not part of the producer. Jayesh On 9/22/16, 3:09 AM, "UMESH CHAUDHARY" wrote: Hi Mates, I was trying to understand that if auto.create.topics.enable=true then how KafkaProducer first creates the topic and sends messages to

Unable to locate auto.create.topics.enable=true path for KafkaProducer

2016-09-22 Thread UMESH CHAUDHARY
Hi Mates, I was trying to understand that if auto.create.topics.enable=true then how KafkaProducer first creates the topic and sends messages to it. What I saw: private Future doSend(ProducerRecord record, Callback callback) method in KafkaProducer.java. What I failed to get: When getting meta