Hi,
This is my 1st post - so welcome everyone.
I am trying to use clustered vertx with session store (with Infinispan).
Due to our deployment the cluster is quite big and I was thinking of using 'Zero Capacity Nodes' - to make sure my data is 'nearby' (basically make the remote cluster member 'Zero Capacity Nodes'.
Is this a good idea?
Is this even possible?
When I try this I have a strange exception:
2021-11-18T14:52:26,270 <vert.x-eventloop-thread-0> [ERROR ] [io.vertx.core.impl.VertxImpl] Failed to initialize clustered Vert.x
org.infinispan.commons.marshall.MarshallingException: No marshaller registered for object of Java type io.vertx.ext.cluster.infinispan.impl.SubsCacheHelper$EventFilter : io.vertx.ext.cluster.infinispan.impl.SubsCacheHelper$EventFilter@7c28245a
Anyone tried this?
Here is an example project (to be run in idea):
kind regards,
Szymon