Hi all,
I am unable to post a message to Kafka from filebeat if the topic do not already exists in Kafka. The error I see is "WARN kafka message: client/metadata found some partitions to be leaderless".
I am not able to define upfront the topic, and I want to create them with the first message sent. Any way to enable that?
Thanks