dengziming opened a new pull request #11339: URL: https://github.com/apache/kafka/pull/11339
*More detailed description of your change* In KRaft mode, I updated client quota and inspected using MetadataShell: ``` ConfigCommand --entity-type users --entity-name dengziming --bootstrap-server localhost:9092 --alter --add-config producer_byte_rate=1000 [ Kafka Metadata Shell ] >> ls /configs/user/ ls: /configs/user/: no such file or directory. ``` After this change, the config is rightly presented using MetadataShell: ``` cat /configs/user/dengziming/producer_byte_rate 1000.0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org