[
https://issues.apache.org/jira/browse/KAFKA-14120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572567#comment-17572567
]
Bruno Cadonna commented on KAFKA-14120:
---------------------------------------
[~ashwinpankaj] is correct {{skipped-records}} was replaced with {{dropped
records}}. See
https://cwiki.apache.org/confluence/display/KAFKA/KIP-444%3A+Augment+metrics+for+Kafka+Streams
for more details. Metric {{skipped-records}} was definitely removed in 3.0.
Regarding the {{skipped-metric}} in the source code, that was a miss. I will
open a PR to remove that code.
> Produce Kafka Streams Skipped Records Metrics
> ---------------------------------------------
>
> Key: KAFKA-14120
> URL: https://issues.apache.org/jira/browse/KAFKA-14120
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Affects Versions: 3.2.0
> Reporter: Yusu Jwa
> Priority: Minor
>
> Hi, I want to monitor "skip records" metrics and find a page that the feature
> for Skipped Records Metrics is adopted.
> [https://cwiki.apache.org/confluence/display/KAFKA/KIP-274%3A+Kafka+Streams+Skipped+Records+Metrics]
> However, there is no Skipped Records Metrics in Kafka 3.2 version.
> I found [the
> metric|https://github.com/apache/kafka/blob/3.2/streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/ThreadMetrics.java#L48]
> in source code, but it is used in only test case.
> [https://github.com/apache/kafka/blob/8464e366827d4c3a822beff32b8a0123767cbf0e/streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/ThreadMetrics.java#L126-L136]
> [https://github.com/apache/kafka/blob/8464e366827d4c3a822beff32b8a0123767cbf0e/streams/src/test/java/org/apache/kafka/streams/processor/internals/metrics/ThreadMetricsTest.java#L52-L68]
> Could you check it and produce the Skipped Records Metrics?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)