-
Is YARP suited for the following use case please? We want to re-write a legacy web API in .NET 6 without having to do it in one big bang. We would like to start with a proxy application that will:
I would assume this is a fairly common scenario. If YARP is a good framework for this use case are there any code samples or guidance on how this may be achieved please? I have experimented by adding in a ASP.NET middleware that forwards the request to the legacy application using
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The gradual migration is well suited for YARP, but the part about sending requests to both and comparing them is a bit more challenging. See #105. |
Beta Was this translation helpful? Give feedback.
The gradual migration is well suited for YARP, but the part about sending requests to both and comparing them is a bit more challenging. See #105.