Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Implementing this feature should also allow us to drop the adaptor function: `org.apache.kafka.streams.processor.internals.ProcessorContextUtils#getMetricsImpl`

Public Interfaces

org.apache.kafka.streams.StreamsMetricswe will add two method to the `StreamsMetrics`interface :

- nodeLevelSensor
- storeLevelSensor

Proposed Changes

Move nodeLevelSensor and storeLevelSensor methods from StreamsMetricsImpl to StreamsMetrics.

...

Compatibility, Deprecation, and Migration Plan

Nothing to do.

Rejected Alternatives