Communication Over Microservices

Written by rajesh-khadka | Published 2020/05/11
Tech Story Tags: microservices | event-driven-microservice-architecture | guide-to-microservices | microservice-patterns | microservices-guide | best-practices-microservices | coding | orchestration

TLDR There are 2.5 quintillion bytes of data generated every day. Software built using monolithic architecture may face problems like difficulties in scaling, longer time to ship, spaghetti code, etc. As the services get deployed independently, it requires an efficient protocol to communicate between the services. Modern web applications follow the RESTful architectural style to build APIs for inter-process communication. Asynchronous communication is recommended over the synchronous to be a resilient microservices. It follows the event-driven architecture, there may be one to one and one to many mapping between event producer and consumer.via the TL;DR App

no story

Written by rajesh-khadka | Software Engineer
Published by HackerNoon on 2020/05/11