beanstalkd
EXPERIMENTAL
This component is experimental and therefore subject to change or removal outside of major version releases.
Write messages to a Beanstalkd queue.
Introduced in version 1.0.0.
# Config fields, showing default values
output:
label: ""
beanstalkd:
address: 127.0.0.1:11300 # No default (required)
max_in_flight: 64
Fields
address
An address to connect to.
Type: string
# Examples
address: 127.0.0.1:11300
max_in_flight
The maximum number of messages to have in flight at a given time. Increase to improve throughput.
Type: int
Default: 64