Follow-up · depth 7
What would you monitor for Consumer Groups and Rebalance on-call?
What would you monitor for Consumer Groups and Rebalance on-call?
Answers use simple, clear English.
Audio N/AQuick interview answer
On-call for Consumer Groups and Rebalance: alert on lag/latency, error spikes, and saturation — with runbooks. Baseline: Each partition consumed by one consumer in group. Rebalance on member join/leave — can cause duplicate processing if offsets not committed carefully.
Detailed answer
On-call monitoring for Consumer Groups and Rebalance: • Golden signals: latency, traffic, errors, saturation • Consumer Groups and Rebalance-specific gauges (queue delay, pool wait, cache miss, etc.) • Alerting: burn-rate / multi-window so pages are actionable • Runbook: mitigate → diagnose → escalate Parent context: Baseline: Each partition consumed by one consumer in group. Rebalance on member join/leave — can cause duplicate processing if offsets not committed carefully.
Full explanation
Tie each alert to a user-visible or SLO impact for Consumer Groups and Rebalance. Baseline: Each partition consumed by one consumer in group. Rebalance on member join/leave — can cause duplicate processing if offsets not committed carefully.
Follow-up questions
Only answered follow-ups are shown — click to open with full answers
Parent context — Consumer Groups and Rebalance
Baseline: Each partition consumed by one consumer in group. Rebalance on member join/leave — can cause duplicate processing if offsets not committed carefully.
View full parent question →