What is the best option for bidirectional communication between microservices REST, gRPC maybe?
That you are currently using?
评论:
qu33ksilver:
qu33ksilver:gRPC works good. Although be aware of handling errors properly, especially for streaming endpoints.
justinisrael:gRPC works good. Although be aware of handling errors properly, especially for streaming endpoints.
mkabischev:You can also use nats.io
Of course, you can. But nats isn't the best option for RPC communication. It fits better when you're building event-based system.
