KIP-274 — Kafka Streams Skipped Records Metrics
Accepted Kafka 2.0 StreamsMetrics
Adds per-operator skipped-records-rate and skipped-records-total metrics to Kafka Streams, broken down by thread, task, and processor node. The existing skipped-records metrics were only aggregated at the thread level, making it impossible to identify which specific operator or topology node was encountering and skipping malformed or null-key records.
Details
| Author | John Roesler |
| Status | Accepted |
| Kafka Version | 2.0 |
| JIRA | KAFKA-6376 |
| Wiki | View on Apache Wiki |
| Created | 2018-03-28 |
| Last Modified | 2018-05-20 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.