redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.46k stars 579 forks source link

CORE-2073 quotas: implement alter/describe quotas #19822

Closed pgellert closed 3 months ago

pgellert commented 3 months ago

This implements the AlterClientQuotas and DescribeClientQuotas Kafka endpoints. These endpoints can be used to configure client quotas stored in the quota store state. Customers will be able to use the rpk cluster quotas alter/describe cli tool to access these endpoints.

Fixes https://redpandadata.atlassian.net/browse/CORE-2073 Fixes https://redpandadata.atlassian.net/browse/CORE-2074

Backports Required

Release Notes

Features

vbotbuildovich commented 3 months ago

new failures in https://buildkite.com/redpanda/redpanda/builds/50197#01900dd0-d6f7-4aa3-9533-422226347f1f:

"rptest.tests.test_si_cache_space_leak.ShadowIndexingCacheSpaceLeakTest.test_si_cache.message_size=10000.num_messages=100000.concurrency=2"
pgellert commented 3 months ago

Force-pushed twice: