Migration from Netflix Zuul to Spring Cloud Gateway Server MVC
I have recently migrated our API gateway from Spring Cloud Starter Netflix Zuul to Spring Cloud Gateway Server MVC and here is a complete guide on how to do it
I have recently migrated our API gateway from Spring Cloud Starter Netflix Zuul to Spring Cloud Gateway Server MVC and here is a complete guide on how to do it
I have recently migrated several projects and libraries from Spring Boot 2.7.15 to Spring Boot 3.2.4 and I would like to share some insights into the changes
Spring Sleuth was removed in Spring Boot version 3 in favor of Micrometer and I recently migrated many services and want to share the learnings with you.
We recently replaced the deprecated @EnableResourceServer with Spring Security and in this post I will share what we did and the new code.
We are smart engineers and sometimes when we face a problem we may tend to think the root cause is very complex, but usually, they are simpler than they appear
Poisonous message handling is very important in the Dead Letter Queue (DLQ) and this post we will show what happen when we do not take that into account
Keeping project dependencies up to date is always a challenge. Fortunately, Dependabot can help with that.
This document is a set of principles that are part of my software engineering philosophy
The mentorship with Aleksey provided an invaluable opportunity to learn from his extensive experience and gain insights into his approach to work
Prefetch count is a very important parameter that we have when configuring consumers in RabbitMQ, this real-case scenario shows an example of this