You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found out my vertx cluster configuration with 'hazelcast.config' system property from the command line did not work as expected (cluster created, but not properly registered with vertx) and filed a PR and issue (no 36) on vertx-hazelcast project to support it from version 3.3.0 onwards.
Found your project while doing a search on Github on usages. I didn't check and you are using it differently, but you might verify if it is indeed working the way it should.
I just found out my vertx cluster configuration with 'hazelcast.config' system property from the command line did not work as expected (cluster created, but not properly registered with vertx) and filed a PR and issue (no 36) on vertx-hazelcast project to support it from version
3.3.0
onwards.Found your project while doing a search on Github on usages. I didn't check and you are using it differently, but you might verify if it is indeed working the way it should.
I am referring to this file:
wisdom/core/wisdom-vertx-engine/src/main/java/org/wisdom/framework/vertx/VertxSingleton.java
Line 85 in 1156768
The text was updated successfully, but these errors were encountered: