hgaol opened a new pull request, #3388: URL: https://github.com/apache/incubator-shenyu/pull/3388
For #3362 , replace `zkclient` with `curator`, version 5.2.1. To avoid huge PR, I plan to split with 2 PRs. For this one, it mainly done following things. - added new `zookeeperClient` class in `common` module and added UT. - refactored `admin` register server class and added unit test. - refactored `client` register client class and added UT. - refactored `register-instance` class and added UT. Now it works well for registration. I'll implement the *data-sync* in `admin` and `bootstrap` in the next PR. - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. - [x] Your local test passed `mvn clean install -Dmaven.javadoc.skip=true`. -- 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]
