Hello,
I am trying to create a micro service using spring session to create sessions in Redis, i am trying to override Session expired event method. my question is when we have multiple instances of this micro service are running, how do we make sure only one instance is processing the event?