Lukas Prettenthaler
Lukas Prettenthaler
i like the discussion a lot, it highlights all the different aspects just some thoughts on the main topic of having a healthcheck in the first place... what would be...
first, thank you both for the contribution and detailed discussion! i would recommend keeping two different variables, not everyone want's to join the network via variables but might want to...
Is you node leaving because it crashed or is it a graceful shutdown? Not sure if i could follow your idea fully. I fear an update on the NodeInfo might...
Might not be the full extend of what you thought of but have a look at https://github.com/vert-x3/vertx-ignite/pull/142 and let me know if this would go into the right direction. As...
i extended the test in `ClusteredEventbosTest` to not only start 3 nodes and kill one to ```java @Test public void testSubsRemovedForKilledNode() throws Exception { int start = 20; int stop...
@dspangen what do you think?
i am not sure if this is only valid for the ignite cluster manager. i would go with that solution as last resort and maybe have it as a toggle-able...
Thanks for the long explanation, that helps to trace down the potential problem a lot. The reason for using `REPLICATED` in combination with `writeSynchronizationMode` `FULL_SYNC` should guarantee that the replicas...
likely fixed/improved with https://github.com/vert-x3/vertx-ignite/pull/142 closing that issue for now
just use `host:port` where you want to connect to. the relay does not care, so it's not in the config