Develop
- Kafka Compatibility
Kafka clients, version 0.11 or later, are compatible with Redpanda. Validations and exceptions are listed in this compatibility guide.
- Use Redpanda with Kafka Client Libraries
How to produce to and consume from Redpanda in a variety of languages.
- Use Redpanda with NodeJS
How to produce to and consume from Redpanda using Node.js.
- 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.
- Transactions
The Transactions API gurantees both atomicity and exactly-once semantics.
Was this helpful?