-
Notifications
You must be signed in to change notification settings - Fork 159
[ISSUE #3390] ♻️Refactor GetConsumerListByGroupRequestHeader with derive marco RequestHeaderCodec #3483
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
Conversation
…o RequestHeaderCodec
… derive marco RequestHeaderCodec
… derive marco RequestHeaderCodec
WalkthroughThe code refactors the Changes
Sequence Diagram(s)sequenceDiagram
participant Caller
participant GetConsumerListByGroupRequestHeader
Note over GetConsumerListByGroupRequestHeader: Serialization/Deserialization now via macro
Caller->>GetConsumerListByGroupRequestHeader: Create instance
Caller->>GetConsumerListByGroupRequestHeader: Serialize/Deserialize via macro-generated logic
Assessment against linked issues
Assessment against linked issues: Out-of-scope changesNo out-of-scope changes found. Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (9)
🔇 Additional comments (5)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
🔊@donghao526 🚀Thanks for your contribution🎉! 💡CodeRabbit(AI) will review your code first🔥! Note 🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3483 +/- ##
==========================================
- Coverage 26.35% 26.34% -0.02%
==========================================
Files 547 547
Lines 77899 77882 -17
==========================================
- Hits 20532 20516 -16
+ Misses 57367 57366 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
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
Which Issue(s) This PR Fixes(Closes)
Fixes #3390
Brief Description
Refactor GetConsumerListByGroupRequestHeader with derive marco RequestHeaderCodec
How Did You Test This Change?
run unit test local
Summary by CodeRabbit