Expected Behavior / New Feature
The following routes work 18.0.0 version.
{
"UpstreamPathTemplate": "/api/{version}/adapter/resources/firmware",
"UpstreamHttpMethod": [ "Get" ],
"DownstreamPathTemplate": "/api/{version}/adapter/resources/firmware",
"DownstreamScheme": "http",
"ServiceName": "Cloud.Services/adapterService"
},
{
"UpstreamPathTemplate": "/api/{version}/adapter/resources/script",
"UpstreamHttpMethod": [ "Get" ],
"DownstreamPathTemplate": "/api/{version}/adapter/resources/script",
"DownstreamScheme": "http",
"ServiceName": "Cloud.Services/adapterService"
},
Actual Behavior / Motivation for New Feature
However, the 23.3.3 upgrade returns 503 now.
If I make changes to adapter segment of the UpstreamPathTemplate paths to say, first route adapterX and seconde route to adapterY. Things start to work
Steps to Reproduce the Problem
Add this config on 23.3.3
{
"UpstreamPathTemplate": "/api/{version}/adapter/resources/firmware",
"UpstreamHttpMethod": [ "Get" ],
"DownstreamPathTemplate": "/api/{version}/adapter/resources/firmware",
"DownstreamScheme": "http",
"ServiceName": "Cloud.Services/adapterService"
},
{
"UpstreamPathTemplate": "/api/{version}/adapter/resources/script",
"UpstreamHttpMethod": [ "Get" ],
"DownstreamPathTemplate": "/api/{version}/adapter/resources/script",
"DownstreamScheme": "http",
"ServiceName": "Cloud.Services/adapterService"
},
Specifications
- Version: 23.3.3
- Platform: Windows
- Subsystem: Service Fabric
Expected Behavior / New Feature
The following routes work 18.0.0 version.
Actual Behavior / Motivation for New Feature
However, the 23.3.3 upgrade returns 503 now.
If I make changes to adapter segment of the UpstreamPathTemplate paths to say, first route adapterX and seconde route to adapterY. Things start to work
Steps to Reproduce the Problem
Add this config on 23.3.3
Specifications