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

[ISSUE #169]🚀Implementing network communication for the Broker #205

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

mxsm
Copy link
Owner

@mxsm mxsm commented Feb 16, 2024

Which Issue(s) This PR Fixes(Closes)

Fixes #169

Brief Description

How Did You Test This Change?

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

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

Comparison is base (8a95a97) 10.05% compared to head (0acba7a) 13.17%.

Files Patch % Lines
...ge_operation_header/send_message_request_header.rs 72.90% 42 Missing ⚠️
...ocketmq-broker/src/mqtrace/send_message_context.rs 0.00% 33 Missing ⚠️
rocketmq-remoting/src/server/rocketmq_server.rs 0.00% 13 Missing ⚠️
...tmq-broker/src/processor/send_message_processor.rs 0.00% 10 Missing ⚠️
rocketmq-remoting/src/rpc/rpc_request_header.rs 0.00% 6 Missing ⚠️
rocketmq-common/src/common/message/message_enum.rs 95.91% 2 Missing ⚠️
rocketmq-broker/src/bin/broker_bootstrap_server.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #205      +/-   ##
==========================================
+ Coverage   10.05%   13.17%   +3.11%     
==========================================
  Files         124      129       +5     
  Lines        5828     6118     +290     
==========================================
+ Hits          586      806     +220     
- Misses       5242     5312      +70     

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

@mxsm mxsm merged commit 6cb2aa1 into main Feb 16, 2024
9 checks passed
@mxsm mxsm deleted the feature-169 branch February 16, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Implementing network communication for the Broker
2 participants