====================================================================
Published: 9 December 2022
Tags: distributed systems, microservices
Natan Silnitsky underlines three must-have features and two remediation tools for troubleshooting and fixing event-streaming related production issues for microservices using Kafka.
Some highlights:
- Features are: trace events flow, easily lookup a specific event payload, investigate “Slow” Consumers root cause, easy events skip/replay, and redistribution of single partition lags
- Trace, Lookup, Longest-Running, Skip, Redistribute, form the Acronym TLLSR
- Distributed systems are hard