vert-x3 / vertx-zookeeper

Zookeeper based cluster manager implementation
Other
73 stars 67 forks source link

When will the new version of zkcluster be released? #104

Closed jr981008 closed 4 years ago

jr981008 commented 4 years ago

I am concerned that the cursorframework uses version 4.2. This library has conflicts in the project. The new version of zkcluster will solve this problem.

vietj commented 4 years ago

in which project are there conflicts with ?

On Wed, Sep 16, 2020 at 5:22 AM jr981008 notifications@github.com wrote:

I am concerned that the cursorframework uses version 4.2. This library has conflicts in the project. The new version of zkcluster will solve this problem.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vert-x3/vertx-zookeeper/issues/104, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABXDCQJDPQJFR62LQZZHBTSGAVO7ANCNFSM4ROEN3RA .

jr981008 commented 4 years ago

thanks your reply in my own project, must use curatorframework 4.x, but the latest release vertx-zookeepr uses 2.x, there is an irreconcilable error, is it feasible to try to solve this problem with cumulative classloader? For example, like spring bootloader , because of security restrictions, I cannot use osgi

jr981008 commented 4 years ago

i solve it use custome classloader.