package
3.65.0
Repository: https://github.com/jeffail/benthos.git
Documentation: pkg.go.dev

# Functions

NewV2BatchedToV1Processor wraps a processor.V2Batched with a struct that implements types.Processor.
NewV2ToV1Processor wraps a processor.V2 with a struct that implements types.Processor.

# Interfaces

V2 is a simpler interface to implement than types.Processor.
V2Batched is a simpler interface to implement than types.Processor and allows batch-wide processing.