SYSTEM Cited by 1 source
Confluent Kora¶
Kora is Confluent's cloud-native Kafka engine — a re-implementation of the Apache Kafka API designed to run as a multi-tenant managed cloud service. Confluent was founded by the original creators of Kafka; Kora is their answer to running the Kafka API at cloud-SaaS scale without the operational shape of a self-hosted broker fleet.
Stub page — expand on future Kora-architecture sources (VLDB 2023 paper linked in Kozlovski's post). Canonical wiki entry point is the 2024-05-09 Kafka-101 explainer's "competing on implementations of the Kafka API" closing survey.
Reference: Kora: A cloud-native event streaming platform for Kafka (VLDB 2023).
Seen in¶
- sources/2024-05-09-highscalability-kafka-101 — named as the current leader among Kafka-API implementations in Kozlovski's 2024 forecast ("The current leader in the space is Confluent, founded by the original creators of Kafka, who have developed a cloud-native Kafka engine called Kora."). Paired with Redpanda (C++ rewrite) and WarpStream (S3-heavy) as the three named alternative implementations of the Kafka API.
Related¶
- systems/kafka — upstream Apache project whose API Kora implements.
- systems/redpanda — C++-rewrite sibling.
- systems/warpstream — S3-heavy sibling (extreme tiered-storage shape).