good advice! I see Hazelcast supports async and Ve...
# exposed
j
good advice! I see Hazelcast supports async and VertX already has a wrapper for it
Copy code
<dependency>
  <groupId>com.hazelcast</groupId>
  <artifactId>hazelcast</artifactId>
  <version>ENTER_YOUR_VERSION_HERE</version>
</dependency>
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-hazelcast</artifactId>
  <version>3.3.3</version>
</dependency>