Replies: 1 comment
-
After detailed analysis, only UDP transport is removed from .NEXT 5.x. QUIC is very questionable because it requires encryption which is impractical for Raft purposes. Typically, cluster nodes communicates between each other in LAN instead of WAN so it is protected by default. In the next release, I'll provide TCP multiplexing without encryption. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, .NEXT Raft implementation provides the following transports:
In the next major version (5.x), I have a plan to replace TCP/UDP transports with QUIC protocol due to following reasons:
Beta Was this translation helpful? Give feedback.
All reactions