Unable to post a message to Kafka

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

This is a setting in the kafka server configuration file. By default dynamic topic creation might actually be enabled.

Tx. Will check

This topic was automatically closed after 21 days. New replies are no longer allowed.