Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supports the motan protocol #5003

Merged
merged 7 commits into from
Aug 16, 2023
Merged

Conversation

coderDylan
Copy link
Contributor

The original motan-plugin only supported the motan2 protocol and was hard-coded. MotanRpcExt is enhanced to support the motan native protocol. Supports automatic matching based on the RPC protocol registered by the client.
The original plug-in only supported the motan2 protocol and was hard-coded. MotanRpcExt is enhanced to support the motan native protocol. Supports automatic matching based on the RPC protocol registered by the client

@codecov-commenter
Copy link

codecov-commenter commented Aug 14, 2023

Codecov Report

Merging #5003 (0f87449) into master (56d20f7) will increase coverage by 0.02%.
The diff coverage is 43.75%.

@@             Coverage Diff              @@
##             master    #5003      +/-   ##
============================================
+ Coverage     64.17%   64.19%   +0.02%     
+ Complexity     8578     8570       -8     
============================================
  Files          1208     1208              
  Lines         35888    35900      +12     
  Branches       3216     3218       +2     
============================================
+ Hits          23032    23047      +15     
+ Misses        11005    10999       -6     
- Partials       1851     1854       +3     
Files Changed Coverage Δ
...nyu/plugin/motan/cache/ApplicationConfigCache.java 54.28% <0.00%> (-2.72%) ⬇️
...e/shenyu/plugin/motan/proxy/MotanProxyService.java 1.78% <0.00%> (-0.04%) ⬇️
...arter/client/motan/property/ShenyuMotanConfig.java 53.57% <33.33%> (-2.80%) ⬇️
...r/client/motan/ShenyuMotanClientConfiguration.java 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@moremind moremind merged commit a467f25 into apache:master Aug 16, 2023
41 checks passed
@moremind moremind added this to the 2.6.1 milestone Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants