Hello, Since raft relies on being able to communicate across the network between nodes, I wanted to know what kind of serialization (json/protobuf) and transport (http/tcp/websocket) is used to send messages between nodes. Any optimizations being done in those areas to improve perf and stability/reliability?
Should app devs be concerned about the chattiness among the nodes in terms of perf, network congestion/bandwidth, and/or disk usage? Regards, Asad
