You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "dengziming (Jira)" <ji...@apache.org> on 2022/09/09 01:48:00 UTC

[jira] [Updated] (KAFKA-14210) client quota config key is sanitized in Kraft broker

     [ https://issues.apache.org/jira/browse/KAFKA-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dengziming updated KAFKA-14210:
-------------------------------
    Description: we sanitized the key in zk mode but don't sanitized in Kraft mode.  (was: Update client quota default config successfully:

root@7604c498c154:/opt/kafka-3.2.0# bin/kafka-configs.sh --bootstrap-server localhost:9092 --alter --entity-type clients --entity-default --add-config REQUEST_PERCENTAGE_OVERRIDE_CONFIG=0.01

Describe client quota default config, but there is no output:
Only quota configs can be added for 'clients' using --bootstrap-server. Unexpected config names: Set(REQUEST_PERCENTAGE_OVERRIDE_CONFIG)
root@7604c498c154:/opt/kafka-3.2.0# bin/kafka-configs.sh --bootstrap-server localhost:9092 --describe --entity-type clients --entity-default

The reason is that we sanitized the key in zk mode but don't sanitized in Kraft mode.)

> <default> client quota config key is sanitized in Kraft broker
> --------------------------------------------------------------
>
>                 Key: KAFKA-14210
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14210
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: dengziming
>            Assignee: dengziming
>            Priority: Major
>
> we sanitized the key in zk mode but don't sanitized in Kraft mode.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)