Zookeeper

by Haulmont
4.5
0
  • Latest Version 1.8.1
  • Updated 49 months ago
  • Supported Version v6.5-7.2
  • License Apache 2.0
  • Resources
  • Tags
    Features
  • Component Coordinates
    Copy

Overview

The add-on is designed for coordinating CUBA cluster using ZooKeeper.

The default CUBA implementation of service discovery assumes that there is a static fixed list of available middleware servers. This list must be provided both for inter-server communication mechanism based on JGroups and for clients connecting to the cluster.

The add-on allows cluster members and clients to communicate through a ZooKeeper instance or ensemble. It enables simple and uniform configuration of middleware and client blocks: they only need the ZooKeeper address to form a cluster and connect to it. In other words, the add-on provides dynamic service discovery.

For more information, please refer to README on GitHub.