Load shedding for DGS/ DGS + Webflux #1539
Unanswered
saravind-hotstar
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @saravind-hotstar - The framework does not come with any support for load-shedding out of the box. Since this is based on spring boot, you can add additional filters for throttling/concurrency limits. We don't recommend anything specific as it depends on the needs of each type of application. Internally , some applications do use the concurrency-limits library but for the MVC stack. We do not use webflux stack internally either and don't plan to prioritize new features for the same in the near future at least. |
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 part of resiliency in DGS framework, is there recommendation on following
Beta Was this translation helpful? Give feedback.
All reactions