Versions Compared

Key

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

Table of Contents

Status

Current state: Under Discussion

Discussion threadDiscussion Thread

JIRA: 

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-13395

...

A new boolean configuration property "client.quota.value.metric.value.enable"  has been added as a static kafka.server.KafkaConfig. As expected, this config must be set to "true"  in order to enabled emitting the quota metric. 

...

An additional attribute is added to each of of the MBeans:

MBean NameCurrent AttributesProposed New Attribute
kafka.server:type={Produce|Fetch},user=([-.\w]+),client-id=([-.\w]+) byte-rate , throttle-time 
byte-


quota-value 
kafka.server:type=Request,user=([-.\w]+),client-id=([-.\w]+) 

request-time, throttle-time 

request-
quota-value 


Proposed Changes

Configuration 

...