Is there a way to get Redis connection activated, deactivated events in a spring boot application?
I’m using spring integration to listen to a Kafka topic do some processing and write to a Kafka topic. I essentially want to listen to Redis connection events so that if it goes out, I could pause my flow and resume when the connection comes back.