-
Notifications
You must be signed in to change notification settings - Fork 117
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
[Broker] Remove limit on the number of triggers per broker #337
Comments
Yes, I've thought about this for a while now. /assign |
/area data-plane |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
I do wonder, @pierDipi and @lionelvillard, do we have an estimate on how large that number is? |
No that I'm aware of, I can find an upper bound in extreme situations. |
N = 1200, the contract in json is almost 1MB
N = 1500, the contract in proto is almost 1MB
https://gist.github.com/pierDipi/f2d6775c68d4c6b44b6fbfb6e73050e3 |
@pierDipi thanks for the numbers! @lionelvillard what kind of "numbers" your kafka source operates with usually? |
Fixed by #3558 |
Problem
The broker controller seems to create a ConfigMap containing all trigger configurations, putting a hard limit on how many triggers can be handled by a single broker.
Persona:
Which persona is this feature for?
Exit Criteria
A measurable (binary) test that would indicate that the problem has been resolved.
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
Additional context (optional)
Add any other context about the feature request here.
This is more a question than a feature request. Feel free to close if I misunderstood how it works.
The text was updated successfully, but these errors were encountered: