feat: Support Opensergo to access SCA#2523
Open
kaori-seasons wants to merge 7 commits intoalibaba:2021.xfrom
Open
feat: Support Opensergo to access SCA#2523kaori-seasons wants to merge 7 commits intoalibaba:2021.xfrom
kaori-seasons wants to merge 7 commits intoalibaba:2021.xfrom
Conversation
Contributor
|
windWheel seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Describe what this PR does / why we need it
需求背景:
OpenSergo作为微服务治理的标准和控制面,并提供SDK取对接各个框架,比如SCA
所以为支持服务契约能力 先将业务进程基于grpc的协议的请求状态数据上报到管控面
该PR主要实现的是业务进程通过OpenSergo-pilot上报请求状态数据到mysql的逻辑
目前第一版先支持
1.支持Opensergo接入SCA时 请求匹配符合URL格式
2.开放Opensergo启动配置,接管管控面
通过与 @robberphex 的沟通 当该PR合并后
接入demo参考: https://github.com/robberphex/example-opensergo-sca
Does this pull request fix one issue?
Describe how you did it
Describe how to verify it
Special notes for reviews