{"id":56624,"library":"vertx-hazelcast","title":"Vert.x Hazelcast","description":"Vert.x 5 Parent pom","status":"active","version":"5.0.10","language":"java","source_language":null,"source_url":"https://github.com/vert-x3/vertx-hazelcast","tags":["vertx","hazelcast","cluster","distributed","reactive"],"install":[{"cmd":"<dependency>\n  <groupId>io.vertx</groupId>\n  <artifactId>vertx-hazelcast</artifactId>\n  <version>5.0.10</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.vertx:vertx-hazelcast:5.0.10'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HazelcastClusterManager","correct":"io.vertx.spi.cluster.hazelcast.HazelcastClusterManager"}],"quickstart":{"code":"import io.vertx.spi.cluster.hazelcast.HazelcastClusterManager;\nimport io.vertx.core.Vertx;\nimport io.vertx.core.VertxOptions;\n\npublic class Example {\n    public static void main(String[] args) {\n        VertxOptions options = new VertxOptions().setClusterManager(new HazelcastClusterManager());\n        Vertx.clusteredVertx(options, res -> {\n            if (res.succeeded()) {\n                System.out.println(\"Clustered Vert.x started\");\n            }\n        });\n    }\n}","lang":"java","description":"Starts a clustered Vert.x instance using Hazelcast for cluster management."},"warnings":[],"env_vars":null,"search_vec":"'5':4 'cluster':9 'distribut':10 'hazelcast':2,8 'parent':5 'pom':6 'reactiv':11 'vert.x':1,3 'vertx':7","created_at":"2026-06-15T10:43:51.552004+00:00","updated_at":"2026-06-15T10:43:51.552004+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/eclipse-vertx/vertx5-parent","github":"https://github.com/vert-x3/vertx-hazelcast","docs":"https://appdoc.app/artifact/io.vertx/vertx-hazelcast/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}