How To
Short Kafka guides for the changes that usually need a runbook.
These guides are written for the moments where Kafka is technically capable of something, but the safe rollout path is not obvious from the docs alone.
Guide
How to use Kafka queues
A practical guide to queue-style processing with Java consumer groups, manual commits, and producer durability settings.
Read guide ->
Guide
How to use replication throttling
A practical guide to moving replicas without saturating brokers, starving clients, or turning a rebalance into an outage.
Read guide ->
Guide
How to use cooperative sticky assignor
A practical guide to reducing disruptive rebalances with incremental cooperative assignment and the checks that matter before rollout.
Read guide ->