Redpanda Consumer Mass Disconnect Reproduction #79
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Detection Rule: Redpanda Consumer Mass Disconnect → Coordinator Failure
Overview
This PR adds a CRE detection rule for a critical high-severity Redpanda failure where mass consumer disconnections overwhelm the group coordinator, causing complete message processing halt.
Rule ID:
CRE-2025-0091
Severity:
10/10 (Critical)
Category:
distributed-messaging-connectivity
Failure Scenario Reproduced
Issue: When 100+ consumers are forcibly disconnected simultaneously, Redpanda's consumer group coordinator becomes unresponsive.
Impact:
MemberIdRequiredError
)NodeNotReadyError
🔗 References
/solves #69
/claim #69
closes #69
Demo Video
Screen.Recording.2025-06-10.034013.1.1.mp4
Screen.Recording.2025-06-10.094058.mp4
Impact Score: 10/10 - Complete message processing halt
Mitigation Score: 7/10 - Requires restart + graceful consumer management