README.adoc
March 21, 2025 ยท View on GitHub
= Apache Ignite Cluster Manager
image:https://github.com/vert-x3/vertx-ignite/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/vert-x3/vertx-ignite/actions/workflows/ci-5.x.yml"] image:https://github.com/vert-x3/vertx-ignite/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/vert-x3/vertx-ignite/actions/workflows/ci-4.x.yml"]
This is a cluster manager implementation for Vert.x that uses http://ignite.apache.org/index.html[Apache Ignite].
Vert.x cluster manager is pluggable component. So you can replace default Vert.x cluster manager by this implementation.
Please see the main documentation on the web-site for a full description:
- https://vertx.io/docs/vertx-ignite/java/[Web-site documentation]