spring-session icon indicating copy to clipboard operation
spring-session copied to clipboard

darft of reactive Hazelcast session repository

Open OlegDokuka opened this issue 7 years ago • 3 comments

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

OlegDokuka avatar Aug 29 '18 22:08 OlegDokuka

is there any plan for this task?

taylancapraz avatar Nov 17 '20 23:11 taylancapraz

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).

DidierLoiseau avatar Jan 27 '23 17:01 DidierLoiseau

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.

StevenPG avatar Sep 22 '23 14:09 StevenPG