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

     1  // Package input defines consumers for aggregating data from a variety of
     2  // sources. All consumer types must implement interface input.Type.
     3  //
     4  // If the source of an input consumer supports acknowledgements then the
     5  // implementation of the input will wait for each message to reach a permanent
     6  // destination before acknowledging it.
     7  package input