sangminLeewhatsmin.hashnode.dev·Jul 9, 2024openfeign 소개와 운영 서버 적용기Monolithic Architecture에서 MSA로 전환 시 다수의 WAS 간 통신이 복잡해지면 코드 가독성이 저하됩니다. 이를 해결하기 위해 feign을 사용하면 선언적 웹 서비스 클라이언트로 코드 가독성을 개선할 수 있습니다. Feign 설정은 Configuration 클래스나 yml을 통해 가능하며, Client-side Loadbalancing, Retry, Timeout, Request Header 설정을 손쉽게 관리할 수 있습니다...1 like·43 readsSpringbootAdd a thoughtful commentNo comments yetBe the first to start the conversation.