Skip to content

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

Merged
mxsm merged 2 commits intomainfrom
feature-169
Feb 16, 2024
Merged

[ISSUE #169]🚀Implementing network communication for the Broker#205
mxsm merged 2 commits intomainfrom
feature-169

Conversation

@mxsm
Copy link
Copy Markdown
Owner

@mxsm mxsm commented Feb 16, 2024

Which Issue(s) This PR Fixes(Closes)

Fixes #169

Brief Description

How Did You Test This Change?

@codecov
Copy link
Copy Markdown

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
@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