UAUmang Agarwalinthesubtlegeek.com·Apr 13, 2023 · 4 min readMicroservices with Spring Boot : What is an API Gateway?An API (Application Programming Interface) gateway is a server that acts as an entry point for a collection of microservices or backend services. It provides a centralized point for managing, monitoring and securing APIs exposed by these services to ...00
UAUmang Agarwalinthesubtlegeek.com·Mar 17, 2023 · 11 min readMicroservices with Spring Boot : Service Discovery Using Apache ZooKeeperIn this article, we will implement service discovery for two microservices developed using Spring Boot that will synchronously communicate with each other using Spring's RestTemplate. A microservice needs to know the location (IP address and port) o...00
UAUmang Agarwalinthesubtlegeek.com·Mar 15, 2023 · 11 min readMicroservices with Spring Boot : Service Discovery Using HashiCorp ConsulIn this article, we will implement service discovery for two microservices developed using Spring Boot that will synchronously communicate with each other using Spring's RestTemplate. A microservice needs to know the location (IP address and port) o...00
UAUmang Agarwalinthesubtlegeek.com·Mar 12, 2023 · 11 min readMicroservices with Spring Boot : Service Discovery Using EurekaIn this article, we will implement service discovery for two microservices developed using Spring Boot that will synchronously communicate with each other using Spring's RestTemplate. A microservice needs to know the location (IP address and port) o...00
UAUmang Agarwalinthesubtlegeek.com·Feb 25, 2023 · 10 min readMicroservices with Spring Boot : Asynchronous Inter-Service Communication using RabbitMQIn this article, we will see how two microservices developed using Spring Boot will asynchronously communicate with each other using Rabbit MQ What are we going to build? Use Case: We will build a user service that creates new users and stores them ...00