springcloud共9篇
Spring internal micro-service driven communication-拾光赋

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...
kity的头像-拾光赋kity3年前
0239
Spring Cloud Config Server - Encryption and Decryption-拾光赋

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...
kity的头像-拾光赋kity4年前
02410
Spring Cloud Config Server: Step by Step-拾光赋

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...
kity的头像-拾光赋kity4年前
0245
ElasticSearch Parallel Pagination by Kafka-拾光赋

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...
kity的头像-拾光赋kity4年前
0456
Configure MappingJackson2MessageConverter's ObjectMapper-拾光赋

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)...
kity的头像-拾光赋kity5年前
03412
Spring cloud gateway with Resilience4j circuit breaker-拾光赋

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...
kity的头像-拾光赋kity5年前
0315
Spring Cloud Sleuth Tutorial With Zipkin-拾光赋

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...
kity的头像-拾光赋kity5年前
03910
Set up Spring Cloud Config Server-拾光赋

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...
kity的头像-拾光赋kity5年前
02611
Java Microservices with Spring Boot and Spring Cloud-拾光赋

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...
kity的头像-拾光赋kity6年前
0227