Development

    Redpanda is Apache Kafka ® API compatible so any client that works with Kafka should work out of the box with Redpanda.

  • Kafka Compatibility

    Redpanda is compatible with Apache Kafka version 0.11 through 3.1. Exceptions are described below.

  • Using NodeJS with Redpanda

    Implementing producer and consumer in NodeJS to work with Redpanda.

  • Consumer Offsets

    Introduction to consumer offsets.

  • Idempotent producers

    Implementing idempotent producers.

  • HTTP Proxy API

    HTTP Proxy exposes a REST API for listing topics, producing events, and subscribing to events from topics using consumer groups.