Expand description
Provides parsing and convenience functions for working with Kafka from the sql
package.
Structs§
Functions§
- ensure_
topic_ exists - Validates that we can connect to the broker and obtain metadata about the topic.
- fetch_
end_ 🔒offset - lookup_
start_ offsets - Returns start offsets for the partitions of
topic
and the providedSTART TIMESTAMP
option. - validate_
start_ offsets - 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.