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

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

dengziming created KAFKA-14210:
----------------------------------

             Summary: <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


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.



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