-
Notifications
You must be signed in to change notification settings - Fork 11.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[ISSUE #7651] Support to send trace for batchSend #7652
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #7652 +/- ##
=============================================
- Coverage 43.19% 42.82% -0.37%
- Complexity 9812 10355 +543
=============================================
Files 1165 1270 +105
Lines 84461 88670 +4209
Branches 10964 11404 +440
=============================================
+ Hits 36482 37976 +1494
- Misses 43454 46003 +2549
- Partials 4525 4691 +166 ☔ View full report in Codecov by Sentry. |
87d3276
to
dc252f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM~ |
LGTM There will be significant improvement in the performance of the trajectory. |
Need to approve it, lol @leizhiyuan |
client/src/main/java/org/apache/rocketmq/client/trace/hook/SendMessageTraceHookImpl.java
Show resolved
Hide resolved
@lizhimins Please help me review this code :-D |
dc252f8
to
d8cc24d
Compare
Which Issue(s) This PR Fixes
Fixes #7651
Brief Description
Make SendMessageTraceHookImpl support processing batch messages
How Did You Test This Change?
unit-test