sandynz opened a new issue #14066: URL: https://github.com/apache/shardingsphere/issues/14066
## Feature Request ### Is your feature request related to a problem? 1, Currently, `scaling` could only run on `Cluster` mode, since it depend on `ClusterPersistRepository.watch`, but `watch` method is not avaiable in `PersistRepository`. 2, `scaling` unit test depend on embeded ZooKeeper, it can't be replaced to other implementation for now, since mode type must be `Cluster`. ### Describe the feature you would like. Could we move `ClusterPersistRepository` methods (except `init`) to `PersistRepository`, and implement them for `Standalone` and `Memory` mode? If it could be done, then: - `scaling` could run on 3 modes - `scaling` unit test could depend on `Memory` mode -- 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]
