Configure a specific architecture/topology in gRPC-java

Viewed 10

I'm creating a system with 6 clients that are connected to a server, and I have the specific messages that the clients can send, and for whom. Is there any way that I can configure that behaviour with gRPC-java?

Thanks :)

0 Answers
Related