Probably you read some articles about Hystrix and you know in what purpose it is used for. Today I would like to show you an example of exactly how to…
Java, Spring, Kotlin, microservices, Kubernetes, containers
Probably you read some articles about Hystrix and you know in what purpose it is used for. Today I would like to show you an example of exactly how to…
One of the most frequently mentioned challenges related to the creation of microservices-based architecture is monitoring. Each microservice should be run on an environment isolated from the other microservices, so…
In one of my previous posts, I described an example of a continuous delivery configuration for building microservices with Docker and Jenkins. It was a simple configuration where I decided…
In one of my previous posts, I described the basic sample illustrating microservices security with Spring Security and OAuth2. You could read there how to create and use authorization and…
Apache Camel, as usual, is a step backward in comparison with the Spring framework and there is no difference in the case of microservices architecture. However, Camel have introduced new…
Docker, microservices, and continuous delivery are increasingly popular topics among modern development teams. Today I'm going to create a simple microservice and show you how to run it in a…