package
0.18.0
Repository: https://github.com/mailgun/kafka-pixy.git
Documentation: pkg.go.dev

# Functions

SpawnFactory creates a new offset manager factory from the given client.

# Structs

Offset represents an offset data as it is stored in Kafka, that is an offset value decorated with a metadata string.

# Interfaces

Factory provides a method to spawn offset manager instances to commit offsets for a particular group-topic-partition.
T provides interface to store and retrieve offsets for a particular group-topic-partition in Kafka.