Module mz_kafka_util::admin
source · Expand description
Helpers for working with Kafka’s admin API.
Enums§
- An error while creating a Kafka topic.
- An error while creating a Kafka topic.
Functions§
- Creates a Kafka topic and waits for it to be reported in the broker metadata.
- Deletes a Kafka topic and waits for it to be reported absent in the broker metadata.
- Like
delete_existing_topic
but allow topic to be already deleted - Like
create_new_topic
but allow topic to already exist