Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-hazelcast
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-11-15T15:33:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T06:47:44.000Z (9 months ago)
- Last Synced: 2024-05-23T07:46:19.669Z (9 months ago)
- Language: Java
- Size: 629 KB
- Stars: 74
- Watchers: 32
- Forks: 75
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - Hazelcast Cluster Manager - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Hazelcast cluster manager. (Cluster Managers)
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
----