spring-projects / spring-projects/spring-session
How can i develop a composite SessionRepository?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 1.2k
- Avg merge
- 4h 27m
- Merged PRs (30d)
- 55
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the SessionRepository bean and StoreType enumeration currently select a single repository. Investigate the Redis and LocalSessionRepository paths and determine how a composite repository should fall back when Redis is unavailable. Done means the expected composite behavior and repository selection are defined and implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100