eventuate-tram/eventuate-tram-core

Redis cluster support!!!

isfong opened this issue · 0 comments

isfong commented

Single Redis works fine when using Redis as a message broker, but in cluster mode it produces 'org.redisson.client.RedisException: MOVED redirection loop detected.' This problem also occurs with eventuateioeventuate-cdc-service

There are also Redis password configurations that do not support clustered environments, redis://pass@host:port also do not, these are available in Spring configurations, hope to improve