Closed rust-learn-now closed 1 week ago
The changes in this pull request involve modifications to the rocketmq-client/examples/quickstart/consumer.rs
file. Specifically, the logger initialization has been enabled by uncommenting the relevant line, ensuring that logging occurs at application startup. Additionally, a print statement in the consume_message
method has been removed, which means that message reception will now be handled exclusively through the logging mechanism.
File Path | Change Summary |
---|---|
rocketmq-client/examples/quickstart/consumer.rs | Uncommented logger initialization and removed direct print statement. |
Objective | Addressed | Explanation |
---|---|---|
Enable Consumer logging (#1110) | ✅ |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
🚀Thanks for your contribution🎉. CodeRabbit(AI) will review your code first🔥
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 19.65%. Comparing base (
61439c6
) to head (02aeb96
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Which Issue(s) This PR Fixes(Closes)
Fixes #1110
Brief Description
How Did You Test This Change?
Summary by CodeRabbit
New Features
Bug Fixes