You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Josep Prat (Jira)" <ji...@apache.org> on 2021/05/18 13:15:00 UTC

[jira] [Created] (KAFKA-12808) Remove Deprecated methods under StreamsMetricsImpl

Josep Prat created KAFKA-12808:
----------------------------------

             Summary: Remove Deprecated methods under StreamsMetricsImpl
                 Key: KAFKA-12808
                 URL: https://issues.apache.org/jira/browse/KAFKA-12808
             Project: Kafka
          Issue Type: Task
          Components: streams
            Reporter: Josep Prat
             Fix For: 3.0.0


There are 4 methods in StreamsMetricsImpl that are deprecated since 2.5:
* org.apache.kafka.streams.processor.internals.metrics.StreamsMetricsImpl#recordLatency
* org.apache.kafka.streams.processor.internals.metrics.StreamsMetricsImpl#recordThroughput
* org.apache.kafka.streams.processor.internals.metrics.StreamsMetricsImpl#addLatencyAndThroughputSensor
* org.apache.kafka.streams.processor.internals.metrics.StreamsMetricsImpl#addThroughputSensor

As far as I understand, they are all deprecated for long enough to be removed for version 3.0.

Those methods were deprecated during task: https://issues.apache.org/jira/browse/KAFKA-9230



--
This message was sent by Atlassian Jira
(v8.3.4#803005)