You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 7.3 branch.
Discussion
----------
[RateLimiter] Add `RateLimiterFactoryInterface`
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | Fix #58920
| License | MIT
I think it makes sense to create this interface for both being able to implement your own factory logic as well as type-hint against an interface when injecting it.
I would however not make the class non-final as suggested in the issue. The interface only contains one method with not that much logic inside the current implementation.
Commits
-------
619c0eb1800 [RateLimiter] Add `RateLimiterFactoryInterface`
0 commit comments