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

Support zone based virtual topology assignment algorithm #2985

Open
MarkGaox opened this issue Jan 3, 2025 · 0 comments
Open

Support zone based virtual topology assignment algorithm #2985

MarkGaox opened this issue Jan 3, 2025 · 0 comments

Comments

@MarkGaox
Copy link
Contributor

MarkGaox commented Jan 3, 2025

Is your feature request related to a problem? Please describe.
Currently, the virtual topology service only supports the FIFO instance assignment algorithm. Some customers require a zone-based assignment approach; without it, the cluster undergoes significant shuffling in each virtual topology calculation when instances join or leave the cluster.

Describe the solution you'd like
In the RESTful virtual topology service, introduce a configurable parameter enabling users to select the desired assignment algorithm (e.g., FIFO or zone-based). Additionally, implement a zone-based assignment algorithm that directly maps physical zones to virtual zones.

Additional context
N/A

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

No branches or pull requests

1 participant