SYSTEM Cited by 1 source
Redpanda¶
Redpanda is a ground-up C++ rewrite of a Kafka-API-compatible streaming broker. Stub page — expand on future Redpanda-internals sources (thread-per-core architecture built on Seastar, Raft-based replication, tiered storage).
Canonical wiki entry point is Kozlovski's 2024-05-09 Kafka-101 explainer's closing industry-trajectory survey.
Seen in¶
- sources/2024-05-09-highscalability-kafka-101 — named among the three canonical alternative implementations of the Kafka API: "Notable competitors include RedPanda, which re-wrote Kafka in C++..." Paired with Kora (Confluent's cloud-native engine) and WarpStream (S3-heavy).
Related¶
- systems/kafka — upstream API Redpanda implements.
- systems/confluent-kora — Confluent's cloud-native sibling.
- systems/warpstream — S3-heavy sibling; different architectural endpoint from Redpanda's thread-per-core broker shape.