package
4.41.0
Repository: https://github.com/redpanda-data/benthos.git
Documentation: pkg.go.dev

# Functions

BufferFromYAML attempts to parse a config string and returns a buffer config if successful or an error otherwise.
CacheFromYAML attempts to parse a config string and returns a cache config if successful or an error otherwise.
ConfigFromYAML attempts to parse a config string and returns a Benthos service config if successful or an error otherwise.
InputFromYAML attempts to parse a config string and returns an input config if successful or an error otherwise.
ManagerFromYAML attempts to parse a config string and returns a manager config if successful or an error otherwise.
MetricsFromYAML attempts to parse a config string and returns a metrics config if successful or an error otherwise.
OutputFromYAML attempts to parse a config string and returns an output config if successful or an error otherwise.
ProcessorFromYAML attempts to parse a config string and returns a processor config if successful or an error otherwise.
RateLimitFromYAML attempts to parse a config string and returns a ratelimit config if successful or an error otherwise.
StreamFromYAML attempts to parse a config string and returns a stream config if successful or an error otherwise.
TracerFromYAML attempts to parse a config string and returns a tracer config if successful or an error otherwise.