Karthikeyan RMkarthikeyanrm.hashnode.dev·Oct 27, 2024Setting Up a Centralized Configuration Server on Azure Spring CloudIn my previous blog post, we introduced ourselves to Microsoft Azure deployment. If you've not read that yet then its the right time to check that before going ahead. https://karthikeyanrm.hashnode.dev/deploy-a-spring-boot-application-to-microsoft-az...Discussspring cloud
Bikash Nishankbikash-nishank.hashnode.dev·Aug 18, 2024Mastering Spring Cloud: A Comprehensive GuideIntroduction to Spring Cloud What is Spring Cloud? Spring Cloud is a suite of tools for building distributed systems and microservices architectures. It builds on top of the Spring Framework, providing a set of libraries that simplify the development...DiscussResilience Patterns
Sudarshan Doiphodesudarshandoiphode.hashnode.dev·Jul 28, 2024Step-by-Step Guide to Validations in Spring Boot StarterIntroduction: When developing a Spring Boot application that accepts user data, it's crucial to ensure the data is secure, maintains integrity, and meets specific constraints. For example, a user's age should be between 0 and 150 years. To handle the...Discuss·20 likes·33 readsspringboot validation
Can Okan Taşkırancanokan.hashnode.dev·Jul 20, 2024Notes of Spring Microservices in Action (Chapter 8)In distributed system architecture, critical behaviors like security, logging and tracking users are necessities to ensure. Implementing these functionalities to individual services by a common library, etc, has these side effects. It can be easily ...Discuss·28 readsSpring Microservices in Action
sangminLeewhatsmin.hashnode.dev·Jul 9, 2024openfeign 소개와 운영 서버 적용기Monolithic Architecture에서 MSA로 전환 시 다수의 WAS 간 통신이 복잡해지면 코드 가독성이 저하됩니다. 이를 해결하기 위해 feign을 사용하면 선언적 웹 서비스 클라이언트로 코드 가독성을 개선할 수 있습니다. Feign 설정은 Configuration 클래스나 yml을 통해 가능하며, Client-side Loadbalancing, Retry, Timeout, Request Header 설정을 손쉽게 관리할 수 있습니다...Discuss·1 like·43 readsSpringboot
Can Okan Taşkırancanokan.hashnode.dev·Apr 14, 2024Notes of Spring Microservices in Action (Chapter 3)These three critical roles have an important impact on the successful foundation of microservices: The Architect: The guy who draws to the big picture. The Software Developer: The guy writes the code. The DevOps engineer: The guy makes a decision ...Discuss·36 readsMicroservices
Can Okan Taşkırancanokan.hashnode.dev·Apr 13, 2024Notes of Spring Microservices in Action (Chapter 7)Eventually, all systems experience failure; however, how we respond to this failure is an important issue, and this is one of the critical points we should consider while building resilient distributed systems. Resilience is the ability of an applica...Discuss·30 readsBulkhead
Uputoori kishorekishoreuputoori.hashnode.dev·Apr 6, 2024Automating Microservice Configuration Refresh with GitHub WebhooksIn the dynamic landscape of microservices, ensuring that configurations stay up-to-date across the entire ecosystem is crucial. Traditionally, refreshing configurations involved manual intervention, requiring developers to execute commands to trigger...Discusswebhooks
Sudarshan Doiphodesudarshandoiphode.hashnode.dev·Mar 8, 2024Comparable vs Comparator in easy way 🤓Introduction : In Java, Comparable & Comparator are two interfaces used for sorting collections of objects. Both are helpful for sorting collections of objects of custom classes. All wrapper classes by default implement Comparable, so we can directly...Discuss·12 likes·58 readscomparable
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