Tag

Adaptive Refresh

1 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
Jun 8, 2020 · Backend Development

Enable Adaptive Cluster Topology Refresh in Spring Boot 2.3 for Seamless Redis Failover

This article demonstrates how to set up a Redis cluster, connect it with Spring Boot 2.3 using Lettuce, simulate a node failure, and configure Spring Boot's adaptive topology refresh to achieve automatic failover without application downtime.

Adaptive RefreshBackend developmentLettuce
0 likes · 9 min read
Enable Adaptive Cluster Topology Refresh in Spring Boot 2.3 for Seamless Redis Failover