sandynz opened a new issue #12121: URL: https://github.com/apache/shardingsphere/issues/12121
## Feature Request ### Is your feature request related to a problem? No ### Describe the feature you would like. Currently, there is hard-coded algorithm to check whether scaling task is almost finished. After some discussion with @tristaZero , in order to support more requirements, we decided to make it be customized by configuration and SPI. TODO list: - Define a sub-type of `ShardingSphereAlgorithm` for cluster auto switch - Implement a default algorithm - Define configuration structure of scaling in `server.yaml` - Replace hard-coded algorithm -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
