Technology

Redpanda

A Kafka-compatible streaming platform written in C++ that provides a single binary deployment with built-in Tiered Storage to S3, eliminating the need for ZooKeeper/KRaft and JVM tuning.

9 connections 3 resources

Summary

What it is

A Kafka-compatible streaming platform written in C++ that provides a single binary deployment with built-in Tiered Storage to S3, eliminating the need for ZooKeeper/KRaft and JVM tuning.

Where it fits

Redpanda replaces Apache Kafka in S3-centric architectures where operational simplicity and deterministic performance matter. Its native Tiered Storage writes log segments directly to S3, making it a natural fit for streaming ingestion into lakehouses.

Misconceptions / Traps
  • Kafka-compatible does not mean identical. Some Kafka features (exactly-once semantics across topics, specific Connect plugins) may behave differently or have limitations.
  • Redpanda's Tiered Storage to S3 is not the same as Kafka's KIP-405. The implementation, configuration, and recovery semantics differ.
  • Redpanda removes JVM complexity but introduces its own operational model. Capacity planning must account for Redpanda's thread-per-core architecture.
Key Connections
  • scoped_to S3, Object Storage — native S3 tiered storage
  • alternative_to Kafka Tiered Storage — Kafka-compatible alternative with built-in S3 offload
  • enables Event-Driven Ingestion — streaming platform for lakehouse ingestion
  • enables CDC into Lakehouse — transports CDC events to S3-based sinks

Definition

What it is

A Kafka-compatible streaming data platform written in C++, designed for lower latency and simpler operations. Supports tiered storage to S3 for cost-effective long retention.

Why it exists

Kafka's JVM-based architecture introduces operational complexity (ZooKeeper/KRaft, JVM tuning, garbage collection pauses). Redpanda provides wire-compatible Kafka APIs with a single binary, no JVM, and built-in S3 tiered storage for simplified streaming infrastructure.

Primary use cases

Kafka-compatible streaming with S3 tiered storage, low-latency event ingestion for lakehouse pipelines, simplified streaming infrastructure.

Connections 9

Outbound 7
Inbound 2

Resources 3