Tag

high reliability

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jun 1, 2025 · Backend Development

RocketMQ vs Others: Key Features, Reliability, and Performance

RocketMQ, an Apache‑licensed distributed message queue from Alibaba, offers low latency, high reliability, and high throughput through features like distributed architecture, synchronous disk flushing, master‑slave replication, and flexible messaging models, and it compares favorably against Kafka, RabbitMQ, and ActiveMQ in various scenarios.

Low LatencyMessage Queuedistributed architecture
0 likes · 11 min read
RocketMQ vs Others: Key Features, Reliability, and Performance
Architecture Digest
Architecture Digest
Apr 27, 2017 · Big Data

Kafka High‑Reliability Architecture, Storage Mechanisms, and Performance Benchmark

This article explains Kafka's distributed architecture, its topic‑partition storage model, replication and ISR mechanisms, leader election, delivery guarantees, configuration for high reliability, and presents extensive benchmark results showing how replication factor, acks settings, and partition count affect throughput and latency.

KafkaPerformance BenchmarkReplication
0 likes · 39 min read
Kafka High‑Reliability Architecture, Storage Mechanisms, and Performance Benchmark