
MicroServices - Part 4 : Spring Cloud Circuit Breaker using Netflix Hystrix
In the microservices world, to fulfill a client request one microservice may need to talk to other microservices. We should minimize this kind of …
Tagged

In the microservices world, to fulfill a client request one microservice may need to talk to other microservices. We should minimize this kind of …

In the microservices world, Service Registry and Discovery plays an important role because we most likely run multiple instances of services, and we …

In MicroServices using Spring Boot & Spring Cloud – Part 1: Overview, we took a brief look at what microservices are and how we can use Spring …

Nowadays, “MicroServices” is the hot buzzword in software development, and many organizations prefer building their enterprise …

Spring Boot is the most popular and widely used Java framework. This discussion of “Why is Spring Boot so popular?” occasionally comes up between me …

RabbitMQ is one of the most popular message broker solutions and provides client libraries to be used from various programming languages, including …

In web applications, user session management is very crucial for managing user state. In this article, we are going to learn about the approaches we …

In this article, we are going to learn how we can use Travis CI for Continuous Integration and Continuous Deployment (CI/CD) of a Spring Boot …
In the previous article, Introduction to Spring Cloud Config Server, we have seen how to use Spring Cloud Config Server. But the problem is that to …
Spring Boot provides a lot of flexibility in externalizing configuration properties via properties or YAML files. We can also configure properties for …
We can use IntelliJ IDEA Community Edition for working with Spring Boot applications, as we don’t need support for configuring servers like …
I would like to let you know that I have updated/added the following sections to my SpringBoot: Learn By Example book. Additions to existing chapters: …