hgaol opened a new issue, #3475: URL: https://github.com/apache/incubator-shenyu/issues/3475
### Description Since sofa, motan and dubbo are not compatible with curator ver 5.2.1, which is used in `bootstrap`. So downgrade to 4.0.1 to make sure they're all works well. More details can refer to issue #3461 and PR #3470 . What the task mainly do is to replace `CuratorCache` with `TreeCache`, which is both exists in curator 4.0.1 and 5.2.1. Feel free to leave any comment. ### Task List 1. replace `CuratorCache` with `TreeCache`, which class is both exists in ver 4.0.1 and 5.2.1. 2. test and make sure all works well for `bootstrap` zk data sync. -- 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]
