Details
Description
We observed that our default user quota seems not to be migrated correctly.
Before Migration:
bin/kafka-configs.sh --describe --all --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@prod' are consumer_byte_rate=1.5E8, producer_byte_rate=1.5E8
After Migration:
bin/kafka-configs.sh --describe --all --entity-type users
Quota configs for user-principal '' are consumer_byte_rate=1000000.0, producer_byte_rate=1000000.0
Quota configs for user-principal 'myuser%40prod' are consumer_byte_rate=1.5E8, producer_byte_rate=1.5E8
Additional finding: Our names contains a "@" which also lead to incorrect after migration state.
Attachments
Issue Links
- is related to
-
KAFKA-16411 Correctly migrate default client quota entities in KRaft migration
- Resolved
- links to