README.adoc

March 8, 2023 ยท View on GitHub

= Hazelcast Cluster Manager

image:https://github.com/vert-x3/vertx-hazelcast/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-hazelcast/actions/workflows/ci-5.x.yml"] image:https://github.com/vert-x3/vertx-hazelcast/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-hazelcast/actions/workflows/ci-4.x.yml"]

This is a cluster manager implementation for Vert.x that uses http://hazelcast.com[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:

[source,shell]

mvn test

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

[source,shell]

mvn verify