feat: Support Opensergo to access SCA #2523
Open
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