# Develop

> 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: Develop
latest-redpanda-tag: v24.3.9
latest-console-tag: v3.7.3
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 3, 2025
latest-connect-version: 4.93.0
docname: index
page-component-name: streaming
page-version: "24.3"
page-component-version: "24.3"
page-component-title: Streaming
page-relative-src-path: index.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/v/24.3/modules/develop/pages/index.adoc
description: Develop doc topics.
page-git-created-date: "2023-05-30"
page-git-modified-date: "2023-08-21"
support-status: past end-of-life
---

<!-- Source: https://docs.redpanda.com/streaming/24.3/develop.md -->

-   [Kafka Compatibility](kafka-clients/)

    Kafka clients, version 0.11 or later, are compatible with Redpanda. Validations and exceptions are listed.

-   [Benchmark Redpanda](benchmark/)

    Learn how to measure the performance of a Redpanda cluster deployed on AWS EC2 instances with the OpenMessaging Benchmark.

-   [Use Redpanda with the HTTP Proxy API](http-proxy/)

    HTTP Proxy exposes a REST API to list topics, produce events, and subscribe to events from topics using consumer groups.

-   [Manage Topics](config-topics/)

    Learn how to create topics, update topic configurations, and delete topics or records.

-   [Produce Data](produce-data/)

    Learn how to configure producers and idempotent producers.

-   [Consume Data](consume-data/)

    Learn about consumer offsets and follower fetching.

-   [Data Transforms](data-transforms/)

    Learn about WebAssembly data transforms within Redpanda.

-   [Transactions](transactions/)

    Learn how to use transactions; for example, you can fetch messages starting from the last consumed offset and transactionally process them one by one, updating the last consumed offset and producing events at the same time.