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.
The text was updated successfully, but these errors were encountered:
No, you are correct, there is still no implementation for AdminClient. There's an open issue #935 for this. The main problem, as far as I remember, is that Java's Kafka still does not have an interface for this too. It will be released in 0.11 ~ mid summer. I would expect kafka-python to follow up shortly.
jeffwidman
changed the title
Create Topics with Kafka Create Topics Protocol
Add CreateTopics support to kafka-python's AdminClient
May 18, 2017
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_CreateTopicsThis would be useful for programmatically creating topics with custom configs/partition number.
The text was updated successfully, but these errors were encountered: