Skip to content

Add CreateTopics support to kafka-python's AdminClient #1104

Closed
@vineetgoel

Description

@vineetgoel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions