Michal Rejda

Results 2 comments of Michal Rejda

I'm experiencing the same behaviour when I'm sending messages to a pub/sub channel. I just see that client is trying to reconnect - Unknown Host Exception is thrown and the...

My problem has fixed after setting: ``` spring.redis.lettuce.cluster.refresh.period=60s spring.redis.lettuce.cluster.refresh.adaptive=true ``` It takes some while but then, clients are able to send messages to the channel again.