apache / apache/helix

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

Open
#2,968 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
504
Forks
255
Avg merge
17d 47m
Merged PRs (30d)
2

Description

**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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.