jinke007

Results 2 comments of jinke007

I also encountered the same problem, maybe we can talk, I have an idea, but some problems encountered in implementation have not been resolved

> in join method `nodeID = UUID.randomUUID().toString()`, i think it is better in the conscutor. > Example: > > ```java > public ZookeeperClusterManager(JsonObject config) { > this.conf = config; >...