root / home / blog.sys

8 articles on platform engineering, infrastructure, and developer tools

2023-02-01
#kafka #go #event-driven #distributed-systems

Kafka Retries: Implementing Consumer Retry with Go

A pragmatic Kafka retry pattern in Go: keep consumption moving by committing offsets and retrying failures asynchronously. Learn the semantics tradeoffs, plus how to evolve the retry queue when you need stronger guarantees.

READ_MORE >>