-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Implement message unknown strategy #WPB-11913 #3092
Conversation
Quality Gate passedIssues Measures |
@vitorhugods Could you take a looks since you're the author of the RFC, if those changes meet the requirements. I was looking if we could implement the strategy for decoding those stored unknown bytes, but until we have the types it might not be possible - but maybe you had something in mind? |
Bencher Report
Click to view all benchmark results
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3092 +/- ##
===========================================
+ Coverage 52.73% 52.74% +0.01%
===========================================
Files 1321 1321
Lines 51211 51245 +34
Branches 4748 4758 +10
===========================================
+ Hits 27004 27030 +26
- Misses 22281 22283 +2
- Partials 1926 1932 +6
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3158 Passed, 106 Skipped, 33.72s Total Time |
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.
Nice :)
https://wearezeta.atlassian.net/browse/WPB-11913
What's new in this PR?
Issues
Implement Unknown messages RFC
Solutions
Add a new optional proto field for GenericMessage.
Basically right now we're handling incoming messages that will support
UnknownStrategy
Unless we know the type of added message we cant really implement a strategy to bring back the stored byte data into real content.
Also I did not implement adding the
UnknownStrategy
for current messages as stated in the rfc document.PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.