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
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