You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Matheus Gonçalves da Silva <ms...@daitangroup.com> on 2017/03/20 16:27:03 UTC

Kafka timing to auto create topics

Hello,
I have configured on my server.properties the auto.create.topics.enable=true but im having issues with that.

When I launch kafka for the first time and send any message to any topic (to be created) it doesn't arrive at the topic, but if I launch kafka and wait few minutes to send the message to these topics that are going to be created, it happens, the topic is created and the message gets there.

This "timing" is configurable?