top | item 43110248

(no title)

drinker | 1 year ago

Isn't redpanda built for the same scale requirements as Kafka?

discuss

order

rockwotj|1 year ago

Redpanda is much more lean and scales much better for low latency use cases. It does a bunch of kernel bypass and zero copy mechanisms to deliver low latency. Being in C++ means it can fit into much smaller footprints than Apache Kafka for a similar workload

drinker|1 year ago

Those are all good points and pros for redpanda vs Kafka but my question stills stands. Isn't redpanda designed for high-volume scale similar to the use cases for Kafka rather than the low volume workloads talked about in the article?