Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vert-x3/vertx-hazelcast

Hazelcast Cluster Manager for Vert.x
https://github.com/vert-x3/vertx-hazelcast

Last synced: 3 months ago
JSON representation

Hazelcast Cluster Manager for Vert.x

Awesome Lists containing this project

README

        

= 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:

* https://vertx.io/docs/vertx-hazelcast/java/[Web-site documentation]

== 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
----