Develop

  • Kafka Compatibility

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

  • Produce Data

    Learn how to configure producers and idempotent producers.

  • Consume Data

    Learn about consumer offsets and follower fetching.

  • Redpanda Connect in Redpanda Cloud

    Learn about Redpanda Connect in Redpanda Cloud and its wide range of connectors.

  • Kafka Connect

    Use Kafka Connect to stream data into and out of Redpanda.

  • Use Redpanda with the HTTP Proxy API

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

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