Prashant Katareprashantblog.hashnode.dev·Nov 2, 2024Implementing Discovery Server in SpringBoot | Service Discovery | MicroservicesWe have 3 microservices for our Hotel Rating Application → UserService - http://localhost:8081/users HotelService - http://localhost:8082/hotels RatingService - http://localhost:8083/ratings Here we will try to implement Service Discovery mechan...Springboot
paul odhiambostreempoint.hashnode.dev·Jul 6, 2024Spring Cloud Routing and Filtering using Zuul Gateway ServiceZuul server is an application server that handles routing in a microservices architecture in Spring Boot applications. Zuul handles the dynamic routing of requests to specific microservices. Zuul is built to make it easier to route requests dynamical...Springboot
Can Okan Taşkırancanokan.hashnode.dev·Jul 1, 2024Notes of Spring Microservices in Action (Chapter 10)This chapter covers spring-based microservice communication with other microservices using asynchronous messages. This concept is known as event-driven architecture (EDA) or message-driven architecture (MDA). You can build highly decoupled systems th...38 readsEvent Sourcing
Uputoori kishorekishoreuputoori.hashnode.dev·Mar 16, 2024Empowering Distributed Systems with Spring Cloud ConfigIn the dynamic landscape of distributed systems, managing configurations across numerous applications and environments can be a daunting task. However, with the advent of Spring Cloud Config, this challenge becomes more manageable, offering a central...application.yml
Ashin Geoashingeo.hashnode.dev·Aug 18, 2023Simplifying Microservices with Eureka Service Registry and Discovery:What is Service Registry and Discovery? Service Registry is a catalog of all the available services in a distributed system. It's like a phonebook for services, allowing services to register themselves and provide their metadata, such as IP address, ...1 likeSpringboot
Nishipal Rananishipalrana.hashnode.dev·Apr 5, 2023Connecting Your Java Spring Boot Microservices Seamlessly with Spring Cloud Gateway: A Step-by-Step GuideIn one of the projects, I was tasked with replacing the Netflix Zuul Gateway with Spring Cloud Gateway. While migrating the gateway it was difficult to find resources for Spring Cloud Gateway implementation. Hence this blog is an attempt to pour all ...228 readsSpringboot
Venoth Avenoth.hashnode.dev·Mar 27, 2023Building Microservices with Spring Cloud Consul: A Comprehensive DemoObjective Spring Cloud Consul" project, which is a part of the Spring Cloud ecosystem and provides integration with HashiCorp Consul, a popular service mesh and service discovery tool. Spring Cloud Consul enables Spring Boot applications to register ...48 readsSpringcloud