package
2.15.1+incompatible
Repository: https://github.com/jeffail/benthos.git
Documentation: pkg.go.dev
# Functions
NewBoltDB creates a memory based parallel buffer.
NewBoltDBConfig returns a BoltDBConfig with default parameters.
NewMemory creates a memory based parallel buffer.
# Variables
Static keys holding BoltDB bucket names for the Benthos buffer.
# Structs
BoltDB is a parallel buffer implementation that allows multiple parallel consumers to read and purge messages from a BoltDB database asynchronously.
BoltDBConfig contains configuration params for the BoltDB buffer type.
Memory is a parallel buffer implementation that allows multiple parallel consumers to read and purge messages from the buffer asynchronously.
# Type aliases
AckFunc is a func returned when a message is read from a parallel buffer.