← Back to context Comment by tptacek 3 years ago It does Serf over UDP, but I get fuzzy on the integration of Serf and Consul. 2 comments tptacek Reply jen20 3 years ago Raft and the Consul RPC API use TCP, Serf uses both TCP and UDP.While the Consul RCP API may have grown options to use GRPC (I forget now), Raft uses length-prefixed msgpack PDUs. pclmulqdq 3 years ago Whoops, I thought this was a Google product, given the discussion. Stubby is basically GRPC internal to Google.
jen20 3 years ago Raft and the Consul RPC API use TCP, Serf uses both TCP and UDP.While the Consul RCP API may have grown options to use GRPC (I forget now), Raft uses length-prefixed msgpack PDUs.
pclmulqdq 3 years ago Whoops, I thought this was a Google product, given the discussion. Stubby is basically GRPC internal to Google.
Raft and the Consul RPC API use TCP, Serf uses both TCP and UDP.
While the Consul RCP API may have grown options to use GRPC (I forget now), Raft uses length-prefixed msgpack PDUs.
Whoops, I thought this was a Google product, given the discussion. Stubby is basically GRPC internal to Google.