Module mz_sql::kafka_util
source · Expand description
Provides parsing and convenience functions for working with Kafka from the sql
package.
Structs§
Functions§
- Validates that we can connect to the broker and obtain metadata about the topic.
- Returns start offsets for the partitions of
topic
and the providedSTART TIMESTAMP
option. - Validates that the provided start offsets are valid for the specified topic. At present, the validation is merely that there are not more start offsets than parts in the topic.