darft of reactive Hazelcast session repository
Provided a draft implementation of HazelcastReactiveSessionRepository which gives an asynchronous access to stored in Hazelcast sessions and may benefits resources utilization and apps performance.
This PR is for running the discussion and possibly end up with final implementation that will be merged
is there any plan for this task?
Oh man, I hadn’t noticed this PR existed when I created #2222, you didn’t reference #831…
Our implementations are very similar, except yours is for Hazelcast 3 and you chose to remove the support of application events.
I guess both could be merged if they want to support both Hazelcast 3 and 4+ in 2.x (Hazelcast 3 support was removed in spring-session 3.x).
Is there further decision making on this? Using Spring Boot 3.1.4 with spring session and spring cloud gateway and this is a blocker, since gateway uses Webflux.