Hey experts, As a newbie to gRPC, i was wondering how, if it's feasible at all, I could use gRPC to implement intra nodes communication within a cluster. Imagine each node would both send and receive some msgs from other nodes. Such msg could be say heartbeat or command that A want B to execute. Imagine this is to implement some sort of consensus algorithm(say Paxos or Raft).
>From gRPC "hello world" example I can see there are clear client/server relationship between nodes sitting at two ends of service. But how could i manage to achieve above goal of letting each node talk to each other? is there any code/doc example that you guys suggest i should look into? Thanks a lot! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/7f70cebd-31ea-4863-9a98-bb0f80946318%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
