= beanstalkd :type: input :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::[] Reads messages from a Beanstalkd queue. Introduced in version 4.7.0. ```yml # Config fields, showing default values input: label: "" beanstalkd: address: 127.0.0.1:11300 # No default (required) ``` == Fields === `address` An address to connect to. *Type*: `string` ```yml # Examples address: 127.0.0.1:11300 ```