[
https://issues.apache.org/jira/browse/KAFKA-15863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17873042#comment-17873042
]
Apoorv Mittal commented on KAFKA-15863:
---------------------------------------
[~junrao] KIP-714 in [throttling and
rate-limiting|https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability#KIP714:Clientmetricsandobservability-Throttlingandrate-limiting]
mentions that standard throttling on client existing quota will mute the
channel which [~sjhajharia] has desrcibed above.
The other thing which KIP-714 says about rate-limiting is implemented in
ClientMetricsManager, which checks for PushIntervalMs and if subsequent
telemetry request violates that then `THROTTLING_QUOTA_EXCEEDED` is returned.
However, the latter doesn't mutes the channel as KIP-714 doesn't define that.
> Handle push telemetry throttling with quota manager
> ---------------------------------------------------
>
> Key: KAFKA-15863
> URL: https://issues.apache.org/jira/browse/KAFKA-15863
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Apoorv Mittal
> Assignee: Sanskar Jhajharia
> Priority: Major
>
> Details: https://github.com/apache/kafka/pull/14699#discussion_r1399714279
--
This message was sent by Atlassian Jira
(v8.20.10#820010)