Skip to content

vert-x3/vertx-hazelcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hazelcast Cluster Manager

Build Status (5.x) Build Status (4.x)

This is a cluster manager implementation for Vert.x that uses Hazelcast.

It is the default cluster manager in the Vert.x distribution, but it can be replaced with another implementation as Vert.x cluster managers are pluggable.

Please see the main documentation on the web-site for a full description:

Running tests

To run the clustering test suite, open a terminal and type:

mvn test

There are additional integration tests in this project. To run these tests as well:

mvn verify