You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2019/12/09 20:24:08 UTC

[kafka] branch trunk updated (648497a -> bcfe8c7)

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

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


    from 648497a  KAFKA-9241: Some SASL Clients not forced to re-authenticate (#7784)
     add bcfe8c7  KAFKA-9230: Refactor user-customizable Streams metrics (#7762)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/streams/StreamsMetrics.java   |  63 +++++++
 .../internals/metrics/StreamsMetricsImpl.java      | 139 ++++++++------
 .../state/internals/MeteredKeyValueStore.java      |   2 +-
 .../internals/MeteredWindowStoreIterator.java      |   2 +-
 .../internals/MeteredWindowedKeyValueIterator.java |   2 +-
 .../internals/metrics/StreamsMetricsImplTest.java  | 200 +++++++++++++++++++--
 6 files changed, 343 insertions(+), 65 deletions(-)