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)