Docs Self-Managed Develop Produce Data This is documentation for Self-Managed v23.3. To view the latest available version of the docs, see v24.2. Produce Data 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 assign a unique ID to every write request, guaranteeing that each message is recorded only once in the order in which it was sent. Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution Manage Topics Configure Producers