-
Notifications
You must be signed in to change notification settings - Fork 706
feat(streaming): remove output for broadcast dispatcher #499
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
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
fuyufjh
left a comment
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
lmatz
left a comment
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
xx01cyx
left a comment
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
Codecov Report
@@ Coverage Diff @@
## main #499 +/- ##
============================================
- Coverage 72.81% 72.74% -0.08%
+ Complexity 2711 2709 -2
============================================
Files 871 872 +1
Lines 48715 48720 +5
Branches 1556 1556
============================================
- Hits 35474 35440 -34
- Misses 12430 12470 +40
+ Partials 811 810 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
What's changed and what's your intention?
This PR refactors the trait definition of
OutputandDispatcher, stores the actor id in theOutput. So that we can remove outputs according to actor ids, then we can support dropping MV on MV based on this.Checklist
Refer to a related PR or issue link (optional)
A step of #412, #381.