github.com/Jeffail/benthos/v3@v3.65.0/lib/buffer/package.go (about)

     1  // Package buffer is both a types.Consumer and types.Producer implementation
     2  // that is able to sit between other stream components, effectively decoupling
     3  // their transaction channels by storing messages in a buffer implementation.
     4  //
     5  // Buffers are not needed within Benthos, and should not be used unless there is
     6  // a specific problem to be solved with one.
     7  package buffer