Skip to content
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

Queue Splitting Feature #2173

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Queue Splitting Feature #2173

wants to merge 13 commits into from

Conversation

t4lz
Copy link
Member

@t4lz t4lz commented Jan 14, 2024

No description provided.

mirrord/config/src/feature/split_queues.rs Outdated Show resolved Hide resolved
mirrord/config/src/feature/split_queues.rs Outdated Show resolved Hide resolved
mirrord/config/src/feature/split_queues.rs Outdated Show resolved Hide resolved
mirrord/config/src/feature/split_queues.rs Outdated Show resolved Hide resolved
mirrord/config/src/feature/split_queues.rs Outdated Show resolved Hide resolved
mirrord/config/src/feature/split_queues.rs Outdated Show resolved Hide resolved
Add new features enum and field for operator

The old enum cannot be extended as it would break old clients.
So we define a new extensible enum and a new field for it.
We make all of those fields private so that users of that struct
only access them via a getter that handles objects deserialized
from either old or new versions.

use copy target when splitting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants