Compression shows up everywhere - logs, Kafka, Parquet, file systems, APIs - but most engineers use...
If you’re in data, you’re probably using Parquet. It’s not officially the standard, but good luck...
Compression setting are set and forget in most cases, if it works no reason to change it. I decided...
You Might Be Using The Wrong Compression Algorithm If you work in data engineering, you’ve...
The Problem Too often, data engineering tasks that should be simple end up requiring...
Project Links GitHub: github.com/KonMam/kafka-replay-cli PyPI:...
A Kafka producer is the entry point for all data written to Kafka. It sends records to specific topic...
Kafka is built for high throughput, scalability, and fault tolerance. At the core of this is its...
Kafka routinely handles millions of messages per second on commodity hardware. This performance isn't...