Student Reviews
( 5 Of 5 )
1 review
Video of Apache Cassandra - Tutorial 16 - Gossip Protocol in Cassandra course by jumpstartCS channel, video No. 16 free certified online
Cassandra uses a gossip protocol for peer to peer communication between nodes on our cluster. The gossip sessions run on a periodic schedule and each node communicates with several other nodes in the cluster to share its metadata. This allows all nodes on the cluster to be aware of the overall state of the cluster as a whole and the state of other specific nodes.
For more information on Apache Cassandras gossip protocol please see the official documentation:
https://docs.datastax.com/en/cassandra/3.0/cassandra/architecture/archGossipAbout.html