排序
Spring internal micro-service driven communication
Spring internal micro-service driven communication,During the solution architecture phase, especially when we're talking micro-services, we need a sort of internal exchange of data...
Spring Cloud Config Server – Encryption and Decryption
Spring Cloud Config Server - Encryption and Decryption,While using Spring Cloud Config Server, we also have the feature to encrypt sensitive information that is otherwise stored as...
Spring Cloud Config Server: Step by Step
Spring Cloud Config Server: Step by Step,Spring Cloud Config Server is used to provide server-side and client-side support for externalized configuration in a distributed system. S...
ElasticSearch Parallel Pagination by Kafka
ElasticSearch Parallel Pagination by Kafka,By Using Kafka we can easily horizontally scale our application to do asynchronous pagination in ElasticSearch. Let’s say you have an El...
Configure MappingJackson2MessageConverter’s ObjectMapper
Configure MappingJackson2MessageConverter's ObjectMapper,In our service, we are expecting a ZonedDateTime data type from a queue (AWS SQS) message (that is subscribed to a AWS SNS)...
Spring cloud gateway with Resilience4j circuit breaker
Spring cloud gateway with Resilience4j circuit breaker,In that post we will cover how to use resilience4j circuit breaker with spring cloud gateway for the back-end services behind...
Spring Cloud Sleuth Tutorial With Zipkin
Spring Cloud Sleuth Tutorial With Zipkin,As microservice architecture has become a standard for all the latest distributed systems, the tracing of the calls from one microservice t...
Set up Spring Cloud Config Server
Set up Spring Cloud Config Server,Why we need Spring cloud Config Server? Before the microservices era, we used to create properties files where we maintained our configurable para...
Java Microservices with Spring Boot and Spring Cloud
Java Microservices with Spring Boot and Spring Cloud,Java is a great language to use when developing a microservice architecture. In fact, some of the biggest names in our industry...