Develop

  • Kafka Compatibility

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

  • Create a Topic

    Learn how to create a topic for a Redpanda Cloud cluster.

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

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

  • Data Transforms

    Learn about WebAssembly data transforms within Redpanda Cloud.

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