You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2020/10/13 19:35:02 UTC

[kafka] branch trunk updated (40ad4fe -> f46d4f4)

This is an automated email from the ASF dual-hosted git repository.

gwenshap pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 40ad4fe  KAFKA-10494: Eager handling of sending old values (#9415)
     add f46d4f4  KAFKA-10570; Rename JMXReporter configs for KIP-629

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/common/metrics/JmxReporter.java   |  46 ++++---
 .../org/apache/kafka/common/utils/ConfigUtils.java | 116 +++++++++++++++++
 .../kafka/common/metrics/JmxReporterTest.java      |   4 +-
 .../apache/kafka/common/utils/ConfigUtilsTest.java | 143 +++++++++++++++++++++
 .../scala/unit/kafka/metrics/MetricsTest.scala     |   4 +-
 5 files changed, 291 insertions(+), 22 deletions(-)
 create mode 100644 clients/src/main/java/org/apache/kafka/common/utils/ConfigUtils.java
 create mode 100644 clients/src/test/java/org/apache/kafka/common/utils/ConfigUtilsTest.java