[TOC]
- Offical Site
- 介绍
- 开始使用
- Core
- Web
- Web Client
- Data Access
- Integration
- Event Bus Bridge
- Authentication and Authorisation
- Reactive
- Microservices
- IoT
- Devops
- Testing
- Clustering
- Services
- Cloud
- 翻译计划
- Published with GitBook
Clustering
Vert.x Clustering
在 Vert.x 中,集群化与高可用均是开箱即用的。Vert.x 通过可插拔的集群管理器(cluster manager)来实现集群管理。在 Vert.x 中,采用 Hazelcast 作为默认的集群管理器。
集群管理器
集群管理器的介绍见 Vert.x Core 文档手册中的相关章节。
集群管理器实现
目前 Vert.x 提供了四种集群管理器实现:
- Hazelcast(默认实现)
- Infinispan(预览版)
- Apache Ignite
- Apache Zookeeper(预览版)