Prashant Katareprashantblog.hashnode.dev·Nov 4, 2024Using Feign Client for Microservices Communication | SpringBootIn this article we will learnt to make Http call using Feign Client from one microservice to another microservice api and consume data. We have 3 microservices for our Hotel Rating Application → UserService - localhost:8081/users HotelService - loc...DiscussMicroservices
HKHair77.hashnode.dev·Jul 8, 2024Kafka 토픽 발행으로 Mysql 부하 줄이기🤯 문제 발생 회사 광고팀에서 사용하던 mysql이 터졌다 정확히는 connection pool이 너무 많이 늘어나면서 요청을 다 처리하지 못하고 뻗어버렸다 유력 범인 후보로는 내가 관리하는 추천 API 서버가 지목이 되었다 문제를 해결해보자 😌 🤔 원인이 무엇이었을까? 우선적으로 광고 유효 업체 api 구조를 살펴보자 추천 api를 통해 광고 업체들의 유효성 판별 요청을 광고 서버에 보낸다 해당 광고 서버는 정보가 담긴 mysql ...Discuss·1 like·31 readsMySQL
Yash SaxenaforDevelop with Yashdevelopwithyash.hashnode.dev·Jun 20, 2024Spring Boot Microservice Communication: What's New?Spring Boot has long been favored for its ability to simplify the bootstrapping and development of new Spring applications. Part of this simplification is the abstraction of complex configurations and operations behind concise, intention-revealing in...Discuss·28 readsSpringboot
Karthik Kulkarnidevscribbles.hashnode.dev·Jan 25, 2024Mastering Microservices: Inter - Service Communication using Spring Cloud Feign Client Part- 2🚀 Welcome to our Blog on Implementing the Spring Cloud OpenFeign Client for the Microservice Banking Application! 🌐📈 Embark on a journey to master the intricacies of using Spring Cloud OpenFeign Client within our microservices-driven banking syste...DiscussMicroservices2Articles1Week
Karthik Kulkarnidevscribbles.hashnode.dev·Jan 18, 2024Mastering Microservices: Inter - Service Communication using Spring Cloud Feign Client Part- 1🚀 Welcome to Blog on Implementing the Spring Cloud OpenFeign Client in the Microservice Banking Application! 🌐💸 Embark on a journey to master the intricacies of OpenFeign in implementing a microservices-driven banking system. Whether you're a seas...Discuss·43 readsMicroservicesFeign Client