I'm setting up a microservices architecture, and am confused about how gRPC can loosely-couple services (compared to a pub-sub message service like Kafka or Google pub sub). Doesn't the request go directly to the server, and not through a pub/sub system? I read that gRPC supports asynchronous requests, but should I still use pub/sub as a buffer between services to scale them independently and provide for queuing?
thanks, imran -- 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/7c639757-affc-41ca-8d3a-dab3dc37ac43%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
