Is it possible to use Protobuf with UDP in gRPC?
The gRPC interface seems to be entirely based on TCP connections. The only example for UDP that I could find is the one in the gRPC source code in the following three files , but this example seems to be quite different than what gRPC's RPC layer offers, for example it has no notion of stubs, and it doesn't use Protobuf and instead use raw payload, etc.
src/core/lib/iomgr/udp_server.h