Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow declarative configuration of the default user quotas #9097

Open
scholzj opened this issue Sep 8, 2023 · 2 comments · May be fixed by #9895
Open

Allow declarative configuration of the default user quotas #9097

scholzj opened this issue Sep 8, 2023 · 2 comments · May be fixed by #9895

Comments

@scholzj
Copy link
Member

scholzj commented Sep 8, 2023

Kafka allows to configure default user quotas which apply to all users who do not have a specific quota setting. But they can be configured only dynamically using the Kafka Admin APi / kafka-config.sh. It might be useful to be able to configure them declaratively in the Kafka CR.

Open points:

  • Should we also allow declarative configuration of the default client quota? We currently don't support declarative management of client quotas at all. So probably not

Also, the #9096 should be fixed first.

@scholzj
Copy link
Member Author

scholzj commented Sep 21, 2023

Triaged in the community call on 21.9.2023: This makes sense. But it will need API changes, so it should have a proposal.

@scholzj
Copy link
Member Author

scholzj commented Mar 16, 2024

The design was approved in StrimziProposal#68. This can be now implemented according to the proposal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants