kyuubi/kyuubi-ha/src
hongdongdong 91010689db
[KYUUBI #1989] Decouple curator from other modules
### _Why are the changes needed?_

Decouple curator from other modules.

Mainly changes:
1. `ZookeeperClientProvider` -> `zookeeper.ClientProvider`
2. `zkClient` apis -> `DiscoveryClient`
3. `ZooKeeperClientProvider.withZkClient` -> `DiscoveryClientProvider.withDiscoveryClient`

### _How was this patch tested?_
- [X] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #1991 from hddong/decuple-discovery.

Closes #1989

3efcbbff [hongdongdong] fix
2233acc2 [hongdongdong] [KYUUBI #1989] Decouple curator from other modules

Authored-by: hongdongdong <hongdongdong@cmss.chinamobile.com>
Signed-off-by: Kent Yao <yao@apache.org>
2022-04-13 11:32:13 +08:00
..
main/scala/org/apache/kyuubi [KYUUBI #1989] Decouple curator from other modules 2022-04-13 11:32:13 +08:00
test [KYUUBI #1989] Decouple curator from other modules 2022-04-13 11:32:13 +08:00