# Produce Data

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

---
title: Produce Data
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "false"
page-is-past-eol: "true"
page-eol-date: December 22, 2024
latest-console-tag: v3.7.3
latest-connect-version: 4.93.0
docname: produce-data/index
page-component-name: streaming
page-version: "23.3"
page-component-version: "23.3"
page-component-title: Streaming
page-relative-src-path: produce-data/index.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/v/23.3/modules/develop/pages/produce-data/index.adoc
description: Learn how to configure producers and idempotent producers.
page-git-created-date: "2023-05-30"
page-git-modified-date: "2024-02-26"
support-status: past end-of-life
---

<!-- Source: https://docs.redpanda.com/streaming/23.3/develop/produce-data.md -->

-   [Configure Producers](configure-producers/)

    Within streaming applications, producers are responsible for sending data to brokers, where the data is stored in topics made up of partitions.

-   [Idempotent producers](idempotent-producers/)

    Idempotent producers assign a unique ID to every write request, guaranteeing that each message is recorded only once in the order in which it was sent.