Develop

  • Kafka Compatibility

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

  • Benchmark Redpanda

    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 exposes a REST API for listing topics, producing events, and subscribing to events from topics using consumer groups.

  • Manage Topics

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

  • Produce Data

    Learn how to configure producers and idempotent producers.

  • Consume Data

    Learn about consumer offsets and follower fetching.

  • Data Transforms

    Learn about WebAssembly data transforms within Redpanda.

  • 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.