I am trying to implement a set of services which are temporarily implemented with tcp but will eventually be moved to udp. I had my proto file converted to the rpc interface, but this requires a server, rpc channel, and rpc controller.
I don't know what rpc controller and rpc channel are, much less how to implement them. Can anyone explain?
Thanks in advance.