mz_kafka_util

Module admin

Source
Expand description

Helpers for working with Kafka’s admin API.

Enums§

Functions§

  • Alter the current configuration for a particular topic.
  • 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
  • Creates a Kafka topic if it does not exist, and waits for it to be reported in the broker metadata.
  • 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 the current configuration for a particular topic.