DEV Community

Discussion on: What is the purpose of using gRPC and rabbitmq in microservices?

Collapse
 
mofrubel profile image
Md. Omar Faruk

depending on your architecture and business, both are used to communication medium among micro services. gRPC for instant response for particular resources and rabbitmq for event based queue pushing and listening when and which service needed.