This topic explains how VMware Tanzu GemFire multi-site (WAN) systems work.

The Tanzu GemFire multi-site implementation connects distinct clusters. The clusters act as a single distributed system when they are coupled, and they act as independent systems when communication between sites fails. The coupling is tolerant of weak or slow links between cluster sites. A wide-area network (WAN) is the main use case for the multi-site topology.

  • Overview of Multi-site Caching

    A multi-site installation consists of two or more clusters that are loosely coupled. Each site manages its own cluster, but region data is distributed to remote sites using one or more logical connections.

  • Consistency for WAN Updates

    Tanzu GemFire ensures that all copies of a region eventually reach a consistent state on all members and clients that host the region, including Tanzu GemFire members that distribute region events across a WAN.

  • Discovery for Multi-Site Systems

    Each Tanzu GemFire cluster in a WAN configuration uses locators to discover remote clusters as well as local members.

  • Gateway Senders

    A Tanzu GemFire cluster uses a gateway sender to distribute region events to another, remote Tanzu GemFire cluster. You can create multiple gateway sender configurations to distribute region events to multiple remote clusters, and/or to distribute region events concurrently to another remote cluster.

  • Gateway Receivers

    A gateway receiver configures a physical connection for receiving region events from gateway senders in one or more remote Tanzu GemFire clusters.

check-circle-line exclamation-circle-line close-line
Scroll to top icon