shri-arunraj opened a new issue, #3189:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3189
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??
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]