Expand description
Helpers for working with Kafka’s admin API.
Enums§
- Delete
Topic Error - An error while creating a Kafka topic.
- Ensure
Topic Config - When the topic we want to ensure already exists, what happens?
Functions§
- alter_
topic_ config - Alter the current configuration for a particular topic.
- delete_
existing_ topic - Deletes a Kafka topic and waits for it to be reported absent in the broker metadata.
- delete_
topic - Like
delete_existing_topic
but allow topic to be already deleted - delete_
topic_ 🔒helper - ensure_
topic - Creates a Kafka topic if it does not exist, and waits for it to be reported in the broker metadata.
- ensure_
topic_ config - Expect the current configuration for a particular topic to match a provided set of values. If there are other configs set, we will ignore them.
- get_
topic_ config - Get the current configuration for a particular topic.