You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to analyze the packets between the etcd nodes using Wireshark, to see how the candidate sends votes requests, i've seen a couple of http requests like:
GET /raf/stream/message/<node_id>
GET /raft/stream/msgapp/<node_id>
GET /version
GET /raft/probing
POST /raft
But none of them seems what I am looking for, does anyone have an idea please how its handled?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been trying to analyze the packets between the etcd nodes using Wireshark, to see how the candidate sends votes requests, i've seen a couple of http requests like:
But none of them seems what I am looking for, does anyone have an idea please how its handled?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions