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

Helix-rest supports automatically detect the stoppable selection base during stoppable calls. #2968

Open
MarkGaox opened this issue Nov 25, 2024 · 0 comments

Comments

@MarkGaox
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, when performing a stoppable check, users are required to specify the selection base (zone_based, cross_zone_based, or non_topo_based). This adds an unnecessary burden on users and increases the potential for errors. A more efficient approach would be for the server to automatically determine the appropriate selection base by reading the cluster configuration.

Describe the solution you'd like
The server should automatically configure the selection base based on the cluster's topology. By default, if the cluster has no defined topology, the server should use non_topo_based. If a topology is present, the server should default to cross_zone_based. This would simplify the user experience and minimize configuration errors.
Here’s a revised version of your message for improved clarity and professionalism:

Additional context
Add any other context or screenshots about the feature request here.

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