apache / apache/servicecomb-java-chassis

Does Edge service supports routing to third party services

Open
#3,189 3 comments 0 reactions 0 assignees View on GitHub
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

Research direction

Start with the edge routing configuration in application.yml and the service-center registration and invocation path described in the issue. Check whether the URL mapping's microserviceName can target BusinessThirdParty dynamically; done means documenting a confirmed supported configuration or limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.