spring-session
spring-session copied to clipboard
How can i develop a composite SessionRepository?
Expected Behavior
customer sessionrepository bean registry not used an enumeration. Current Behavior just support only one sessionrepository with in enumeration StoreType
Context i want to develop a composite sessionrepository when redis is down can use a localsessionrepository
@384730084 Checkout this library , its support multiple respository https://medium.com/@jainaakash448/enhancing-spring-sessions-with-multiple-storage-options-3fd05cca7385 https://github.com/aakash-24/Spring_Session_Migration
We have faced scenario where we require to support Spring Sessions with Multiple Storage Options , May be its can assist you to develop a composite sessionrepository