= beanstalkd :type: output :status: experimental :categories: ["Services"] //// THIS FILE IS AUTOGENERATED! To make changes, edit the corresponding source file under: https://github.com/redpanda-data/connect/tree/main/internal/impl/. And: https://github.com/redpanda-data/connect/tree/main/cmd/tools/docs_gen/templates/plugin.adoc.tmpl //// // © 2024 Redpanda Data Inc. component_type_dropdown::[] Write messages to a Beanstalkd queue. Introduced in version 4.7.0. ```yml # 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` ```yml # 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`