11. Using Gossip framework

Radiator's Gossip framework allows Radiator instances to share information and event notifications. The instances can be part of server farm, completely separate processes running on the same or different hosts, or any combination of thereof.
Radiator's Gossip framework supports the following backends:
Currently the following Radiator modules support Gossip:
Gossip message format supports optional header for TTL, payload encryption, and future extensions.
More Radiator modules will be added and upgraded to use the Gossip framework in the future. You can also create customised modules for your requirements. Radius::Gossip module provides the common API for all Gossip implementations such as GossipRedis and GossipUDP.