feat(cluster): create a unified abstraction for subsystems#2780
Merged
feat(cluster): create a unified abstraction for subsystems#2780
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #2780 +/- ##
============================================
- Coverage 68.65% 68.51% -0.14%
Complexity 656 656
============================================
Files 742 743 +1
Lines 62688 62808 +120
Branches 59101 59221 +120
============================================
- Hits 43036 43034 -2
- Misses 17535 17657 +122
Partials 2117 2117
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
thepatrykk
previously approved these changes
Feb 20, 2026
6d93be1 to
cfbbef8
Compare
hubcio
approved these changes
Feb 20, 2026
mmodzelewski
approved these changes
Feb 20, 2026
krishvishal
approved these changes
Feb 20, 2026
kriti-sc
pushed a commit
to kriti-sc/iggy
that referenced
this pull request
Mar 6, 2026
Adds an `Plane` trait that is used to dispatch requests to different subsystems based on the plane demux logic (similarly to how `StateMachine` works).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an
Planetrait that is used to dispatch requests to different subsystems based on the plane demux logic (similarly to howStateMachineworks).