Skip to content

Allow forward scheme for spring cloud gateway mvc similar to its webflux counterpart for declarative configuration using application properties or yaml #3188

@mrinmoykhamrui

Description

@mrinmoykhamrui

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions