Versions Compared

Key

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

...

MBeans will change as shown below:

BeforeAfter
kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesInPerSeckafka.server:type=BrokerTopicMetrics,name=ReplicationBytesInPerSec,topic=([-.\w]+)
kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesOutPerSeckafka.server:type=BrokerTopicMetrics,name=ReplicationBytesOutPerSec,topic=([-.\w]+)

Proposed Changes

Extend the current implementation of ReplicationBytes(Out|In)PerSec to include per-topic metrics.

...