# beanstalkd

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [connect-full.txt](https://docs.redpanda.com/connect-full.txt)

---
title: beanstalkd
latest-connect-version: 4.93.0
latest-operator-version: v26.1.4
latest-console-tag: v3.7.3
latest-redpanda-tag: v26.1.9
docname: outputs/beanstalkd
page-component-name: connect
page-version: master
page-component-version: master
page-component-title: Connect
page-relative-src-path: outputs/beanstalkd.adoc
page-edit-url: https://github.com/redpanda-data/rp-connect-docs/edit/main/modules/components/pages/outputs/beanstalkd.adoc
page-git-created-date: "2024-05-24"
page-git-modified-date: "2026-05-26"
---

<!-- Source: https://docs.redpanda.com/connect/components/outputs/beanstalkd.md -->

**Type:** Output ▼

[Output](https://docs.redpanda.com/connect/components/outputs/beanstalkd/)[Input](https://docs.redpanda.com/connect/components/inputs/beanstalkd/)

**Available in:** Self-Managed

Write messages to a Beanstalkd queue.

Introduced in version 4.7.0.

#### Common

```yml
outputs:
  label: ""
  beanstalkd:
    address: "" # No default (required)
    max_in_flight: 64
```

#### Advanced

```yml
outputs:
  label: ""
  beanstalkd:
    address: "" # No default (required)
    max_in_flight: 64
```

## [](#fields)Fields

### [](#address)`address`

An address to connect to.

**Type**: `string`

```yaml
# Examples:
address: 127.0.0.1:11300
```

### [](#max_in_flight)`max_in_flight`

The maximum number of messages to have in flight at a given time. Increase to improve throughput.

**Type**: `int`

**Default**: `64`