vert-x3 / vertx-zookeeper

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

fix can not use a custom configuration from the classpath. #134

Closed wjw465150 closed 1 year ago

wjw465150 commented 1 year ago

Motivation:

Explain here the context, and why you're making that change, what is the problem you're trying to solve.

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

tsegismont commented 1 year ago

Thank you @wjw465150

In order to load config as described in the doc, I've submitted #135