vertx-ignite icon indicating copy to clipboard operation
vertx-ignite copied to clipboard

Results 3 vertx-ignite issues
Sort by recently updated
recently updated
newest added

Using Apache Ignite as Cluster Manager, it is (as far as i could see in the code) not possible to overwrite the property `messageQueueLimit` as `io.vertx.spi.cluster.ignite.IgniteOptions` is missing the mapping...

enhancement

This is a continuation of https://github.com/vert-x3/vertx-ignite/issues/94 as it's hitting us in production. Looking into it, it seems the culprit is in [handling a node leave event](https://github.com/vert-x3/vertx-ignite/blob/master/src/main/java/io/vertx/spi/cluster/ignite/IgniteClusterManager.java#L313-L319)--the subscriptions are cleared by...

bug

Motivation: Attempt to fix the following issue https://github.com/vert-x3/vertx-ignite/issues/141