Proxy configuration is extensible for custom metadata on routes, destinations etc #485
Labels
Priority:1
Used for divisional .NET planning
Type: Enhancement
New feature or request
Type: Idea
This issue is a high-level idea for discussion.
User Story
Used for divisional .NET planning
Milestone
There are several
*Options
types specifying parameters of different providers and policies likeCookieSessionAffinityProviderOptions
,ConsecutiveFailuresHealthPolicyOptions
,TransportFailureRateHealthPolicyOptions
etc. In the essence, they are part of the YARP configuration, but currently it's not possible to define them through the generic config provider mechanism. They can be set and changed through code only. There are some ad hoc workarounds to this issue created for some scenarios (e.g. health check policies), but there is a solid need for a well designed*Options
configuration mechanism.We should design and implement a proper
*Options
configuration subsystem.The text was updated successfully, but these errors were encountered: