Question: I have a Java service running on 3 different ec2 instances. They form a cluster using Hazelcast. Here’s part of my cluster.xml configuration: Here’s the log message that the discovery is successful: vertxInstance.sharedData() is working fine, meaning we can ...