Developing an extension library to add the request aggregation functionallity to the YARP. #2633
-
I am looking for the functionality of request aggregation inside YARP and this thread of GitHub issue caught my eye. I see @samsp-msft's point. However, request aggregation could be an extension of the YARP. Is there a solution to add this functionality as a separate extension library that leaves the core untouched but makes programmers' lives easier? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
See #1677 (reply in thread), #2386 (comment). It's certainly possible to build a separate library that builds on top of YARP to add more functionality, but it's unclear what YARP features you would want to reuse/build on. If the logic around how you combine responses together is always the same, there were examples posted in #1677 with code showing how that could be done. |
Beta Was this translation helpful? Give feedback.
See #1677 (reply in thread), #2386 (comment).
It's certainly possible to build a separate library that builds on top of YARP to add more functionality, but it's unclear what YARP features you would want to reuse/build on.
If the logic around how you combine responses together is always the same, there were examples posted in #1677 with code showing how that could be done.