[
https://issues.apache.org/jira/browse/KAFKA-18141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominik updated KAFKA-18141:
----------------------------
Component/s: (was: admin)
> Missing default user-principal quota in kafka-metadata-shell
> ------------------------------------------------------------
>
> Key: KAFKA-18141
> URL: https://issues.apache.org/jira/browse/KAFKA-18141
> Project: Kafka
> Issue Type: Bug
> Components: kraft
> Affects Versions: 3.8.1
> Reporter: Dominik
> Priority: Major
>
> The kafka-metadata-shell does not return the default user-principal quota:
> kafka-metadata-shell --snapshot
> /kafka_data/__cluster_metadata-0/00000000000009300765-0000000779.checkpoint
> Starting...
> [ Kafka Metadata Shell ]
> >> ls image/clientQuotas
> user(myuser@lab)
>
> If we use the kafka-configs cli, we find the default user-principal quota:
> kafka-configs -describe --entity-type users
> *Quota configs for the default user-principal are
> consumer_byte_rate=1000000.0, producer_byte_rate=1000000.0*
> Quota configs for user-principal 'myuser@lab' are consumer_byte_rate=1.5E8,
> producer_byte_rate=1.5E8
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)