Home / Companies / Redpanda / Blog / October 2022

October 2022 Summaries

2 posts from Redpanda

Filter
Month: Year:
Post Summaries Back to Blog
Redpanda, a C++-based data streaming platform, significantly outperforms Apache Kafka in terms of latency and throughput under various workloads, as demonstrated in a comprehensive performance analysis. The study utilized identical hardware and configuration settings, running on AWS with TLS and SASL-SCRAM enabled, to simulate real-world customer environments. Redpanda maintained stable latencies even at high throughput levels, demonstrating up to 70 times faster performance than Kafka, which struggled to maintain latency consistency and required significantly more hardware to approach Redpanda's performance. The analysis also highlighted Redpanda's ability to operate efficiently on ARM-based hardware, offering substantial cost savings and a reduced hardware footprint while supporting high throughput levels, making it a compelling choice for performance-critical applications.
Oct 13, 2022 1,992 words in the original blog post.
Redpanda, a developer-focused streaming data platform compatible with the Apache Kafka API, offers advantages such as being ZooKeeper-free and deployable as a single native binary, which facilitates Kubernetes-based deployments. It provides significantly lower latencies and faster transactions compared to Kafka. The article explores using Redpanda and Testcontainers by AtomicJar to enhance testing in the DevOps cycle, highlighting the ease of setting up integration tests for Kafka applications. Testcontainers streamlines the creation, configuration, and lifecycle management of lightweight, throwaway instances of technologies used in production, like databases and message brokers, making tests reproducible on any team member's workstation and in CI. The integration of Redpanda with Testcontainers ensures that developers can run efficient and reliable tests, with Redpanda starting significantly faster than traditional Kafka containers when using Docker. Testcontainers' abstractions allow for test-specific configurations, such as the dev-container flag, optimizing startup times and improving the developer experience without altering production configurations.
Oct 04, 2022 1,554 words in the original blog post.