apache / apache/servicecomb-java-chassis
Does Edge service supports routing to third party services
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 814
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 1
Description
After registering third party service in the service center with its own name (say BusinessThirdParty) and schema, is it possible to route to this third party service dynamically with the edge configuration defined in `application.yml`
Eg
```
http:
dispatcher:
edge:
url:
enabled: true
mappings:
mfaServices:
path: "/mfa/login/.*"
microserviceName: BusinessThirdParty
prefixSegmentCount: 1
versionRule: 0.0.0+
```
I have already experimented with the invocation of this thrid party business service and it worked.
But not sure whether it is allowed route to this service dynamically Please clarify??
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.