apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://rocketmq.apache.org/
Apache License 2.0
21.26k stars 11.7k forks source link

[ISSUE #8671] Replace channel.attr() set() and get() with RemotingHelper #8710

Closed qianye1001 closed 2 months ago

qianye1001 commented 2 months ago

…lper.getAttributeValue() and RemotingHelper.setPropertyToAttr()

Which Issue(s) This PR Fixes

Fixes #8671

Brief Description

How Did You Test This Change?

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 47.48%. Comparing base (280804c) to head (c50176e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #8710 +/- ## ============================================= + Coverage 47.46% 47.48% +0.01% + Complexity 11543 11530 -13 ============================================= Files 1278 1278 Lines 89524 89524 Branches 11509 11509 ============================================= + Hits 42496 42507 +11 + Misses 41805 41785 -20 - Partials 5223 5232 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.