Setting throughput limit on strimzi #11481
Unanswered
sudheesh-87
asked this question in
Q&A
Replies: 1 comment
-
I do not think there is any plan to enhance the Strimzi plugin anytime soon. But if you would be interested in it, proposals (as it should probably start with a proposal how it would be implemented) and PRs are always welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per the documentation, strimzi supports default kafka aswell as strimzi plugin now to configure quota at broker level , Am I right in understanding that,
strimzi - > Supports setting overall throughput limit for the brokers and it ensures dynamic distribution of the available quota among users, however there is no option to set the upper limit per user
kafka -> Supports setting throughput limit per user on the broker and there is no upper limit that can be set per broker using this plugin
Also only one of the plugins can be enabled at broker side at the same time, and the user level quota that we set using KafkaUser custom resource only works when the quota plugin enabled at broker side is kafka , it does not work with strimzi plugin .
So in this case,
How to prevent both of the above scenario with available options? if not available now , is there any plan for adding user level upper limit as well with strimzi plugin in the future ?
Beta Was this translation helpful? Give feedback.
All reactions