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

cdc: Improve scheduler #141

Open
pingyu opened this issue Jul 4, 2022 · 2 comments
Open

cdc: Improve scheduler #141

pingyu opened this issue Jul 4, 2022 · 2 comments

Comments

@pingyu
Copy link
Collaborator

pingyu commented Jul 4, 2022

Feature Request

Is your feature request related to a problem? Please describe:

Goals:

  1. Ensure correctness. No KeySpan should be overlapped.
  2. Be effective with many regions. One KeySpan for one region may not be suitable.
  3. Reduce cost of rebalance. Un-subscribe & subscribe regions will be expensive as incremental scan is needed.
  4. Boundary of KeySpan should try to align with boundary of regions, to reduce useless entry replications.

Describe the feature you'd like:

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

@pingyu pingyu added type/enhancement New feature or request component/cdc labels Jul 4, 2022
@github-actions
Copy link

github-actions bot commented Aug 4, 2022

This issue is stale because it has been open 30 days with no activity.

@github-actions
Copy link

github-actions bot commented Sep 4, 2022

This issue is stale because it has been open 30 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant