#microservices
Read more stories on Hashnode
Articles with this tag
An API (Application Programming Interface) gateway is a server that acts as an entry point for a collection of microservices or backend services. It...
In this article, we will implement service discovery for two microservices developed using Spring Boot that will synchronously communicate with each...
In this article, we will see how two microservices developed using Spring Boot will asynchronously communicate with each other using Rabbit MQ What...
In this article, we will see how two microservices developed using Spring Boot will asynchronously communicate with each other using Spring's...