package
1.3.3-alpha.0
Repository: https://github.com/yext/burrow.git
Documentation: pkg.go.dev

# Functions

CoordinatorWithOffsets sets up a Coordinator with a single inmemory module defined.

# Structs

Coordinator (storage) manages a single storage module (only one module is supported at this time), making sure it is configured, started, and stopped at the appropriate time.
InMemoryStorage is a storage module that maintains the entire data set in memory in a series of maps.

# Interfaces

Module (storage) is responsible for maintaining all the broker and consumer offsets for all clusters that Burrow watches.