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

Feature of data transmission across threads. #1407

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

provenceee
Copy link
Collaborator

@provenceee provenceee commented Jan 9, 2024

【Fix issue】 #1404

[Modification] Add support for asynchronous routing, this function has been implemented in version 1.0

[Use case description] Added asynchronous routing test (webclient)

[Self-test situation] Local self-test passed, integration test passed

@provenceee provenceee added kind/enhancement Issues or PRs releated to sermant enhancement area/plugin Issues or PRs releated to sermant plugin service labels Jan 9, 2024
@provenceee provenceee self-assigned this Jan 9, 2024
Copy link

codecov bot commented Jan 9, 2024

Codecov Report

Attention: 61 lines in your changes are missing coverage. Please review.

Comparison is base (9d1f090) 42.53% compared to head (3e54f2d) 42.68%.
Report is 10 commits behind head on develop.

Files Patch % Lines
...ring/interceptor/RouterExchangeFilterFunction.java 0.00% 13 Missing ⚠️
...d/sermant/router/common/config/TransmitConfig.java 50.00% 5 Missing ⚠️
...t/router/spring/declarer/LoadBalancerDeclarer.java 0.00% 5 Missing ⚠️
...uter/spring/declarer/HttpServerHandleDeclarer.java 0.00% 4 Missing ⚠️
...r/ReactiveLoadBalancerClientFilterInterceptor.java 81.81% 2 Missing and 2 partials ⚠️
...pring/interceptor/WebClientBuilderInterceptor.java 83.33% 2 Missing and 2 partials ⚠️
.../sermant/router/common/utils/ThreadLocalUtils.java 66.66% 2 Missing and 1 partial ⚠️
.../spring/declarer/HttpServerOperationsDeclarer.java 0.00% 3 Missing ⚠️
...arer/ReactiveLoadBalancerClientFilterDeclarer.java 0.00% 3 Missing ⚠️
...r/spring/declarer/ReactiveTypeHandlerDeclarer.java 0.00% 3 Missing ⚠️
... and 10 more
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #1407      +/-   ##
=============================================
+ Coverage      42.53%   42.68%   +0.15%     
- Complexity      3307     3343      +36     
=============================================
  Files            831      843      +12     
  Lines          18528    18664     +136     
  Branches        2043     2054      +11     
=============================================
+ Hits            7880     7966      +86     
- Misses          9661     9703      +42     
- Partials         987      995       +8     
Flag Coverage Δ
unittests 42.68% <59.60%> (+0.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@provenceee provenceee force-pushed the 1.3.x-dev branch 3 times, most recently from 5e72cbc to 141b5e3 Compare January 10, 2024 02:51
Signed-off-by: provenceee <83857838+provenceee@users.noreply.github.com>
@Sherlockhan Sherlockhan merged commit 37181c5 into sermant-io:develop Jan 16, 2024
127 checks passed
@kkf1 kkf1 changed the title 增加跨线程传递数据功能 Feature of data transmission across threads. Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Issues or PRs releated to sermant plugin service kind/enhancement Issues or PRs releated to sermant enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants