تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Apache Cassandra - Tutorial 16 - Gossip Protocol ضمن كورس Cassandra شرح قناة jumpstartCS، الفديو رقم 16 مجانى معتمد اونلاين
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