» Tag
messaging
7 postsKafka vs RabbitMQ: You're Asking the Wrong Question
Choosing Kafka vs RabbitMQ isn't about throughput benchmarks. The real question is queue vs log, and whether you need message replay and multiple consumers.
Monocoque: A Pure-Rust ZMTP 3.1 (ZeroMQ) Messaging Library
Monocoque is a pure-Rust ZMTP 3.1 ZeroMQ library with io_uring, tokio, and smol backends, beating libzmq on throughput and latency in benchmarks.
Kafka 3.7 vs 4.3: How linger.ms Defaults Shape Real Performance
A Kafka benchmark analysis showing much of the 3.7.2 vs 4.3.0 performance gap traces back to the linger.ms default changing from 0 to 5 ms, not core engine improvements.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comExactly-Once Semantics in Kafka: Understanding the Reality
Kafka's exactly-once semantics ensures delivery within the cluster, but external operations can cause issues.
Signal Adds New Security Layer for Safe Messaging Verification
Signal introduces Automatic Key Verification (AKV) to enhance chat security.
Discord-delete: Bulk Delete Messages from Your Data Export
Discord-delete enables bulk deletion of messages and reactions from your GDPR data package.
Guide to Designing NATS Subject Hierarchies
Learn key considerations and best practices for NATS subject design.