-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
RoutingOcelot feature: RoutingOcelot feature: RoutingService DiscoveryOcelot feature: Service DiscoveryOcelot feature: Service DiscoveryService FabricService discovery by Service FabricService discovery by Service Fabricneeds feedbackIssue is waiting on feedback before acceptanceIssue is waiting on feedback before acceptancewaitingWaiting for answer to question or feedback from issue raiserWaiting for answer to question or feedback from issue raiser
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RoutingOcelot feature: RoutingOcelot feature: RoutingService DiscoveryOcelot feature: Service DiscoveryOcelot feature: Service DiscoveryService FabricService discovery by Service FabricService discovery by Service Fabricneeds feedbackIssue is waiting on feedback before acceptanceIssue is waiting on feedback before acceptancewaitingWaiting for answer to question or feedback from issue raiserWaiting for answer to question or feedback from issue raiser