//
pkg.gl
Category
github.com/mailgun/kafka-pixy
offsetmgr
package
0.18.0
Repository:
https://github.com/mailgun/kafka-pixy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
24
Files
490 SLOC
#
Functions
SpawnFactory
SpawnFactory creates a new offset manager factory from the given client.
#
Structs
Offset
Offset represents an offset data as it is stored in Kafka, that is an offset value decorated with a metadata string.
#
Interfaces
Factory
Factory provides a method to spawn offset manager instances to commit offsets for a particular group-topic-partition.
T
T provides interface to store and retrieve offsets for a particular group-topic-partition in Kafka.