replay_readiness
Checks whether a consumer group can replay all messages since its committed offsets or if retention has already deleted part of the gap, helping diagnose data loss risks in Kafka topics.
Instructions
Can this group still replay everything since its committed offsets, or has retention already deleted part of the gap?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | ||
| topic | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |