You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I know, currently there is support for creating topics only with the client.ensure_topic_exists. It would be nice to be able to create topics using the Kafka Create Topics protocol mentioned here: https://kafka.apache.org/protocol#The_Messages_CreateTopics
This would be useful for programmatically creating topics with custom configs/partition number.