Is your feature request related to a problem? Please describe.
webflux gateway allows forwarding using dispatcher handler (ForwardRoutingFilter) declaratively using application properties and yaml. Similar capability seems not available in mvc version of it.
Describe the solution you'd like
Ability to use forward scheme to configure gateway routes in application properties or yaml files. Any before filters applied on the request should be visible in the forwarded target
Describe alternatives you've considered
HandlerFunctions.forward is available for DSL based configuration however it seems any before filters applied on the request is not visible to the forward target.
Is your feature request related to a problem? Please describe.
webflux gateway allows forwarding using dispatcher handler (ForwardRoutingFilter) declaratively using application properties and yaml. Similar capability seems not available in mvc version of it.
Describe the solution you'd like
Ability to use forward scheme to configure gateway routes in application properties or yaml files. Any before filters applied on the request should be visible in the forwarded target
Describe alternatives you've considered
HandlerFunctions.forward is available for DSL based configuration however it seems any before filters applied on the request is not visible to the forward target.