spring-projects / spring-projects/spring-session
Implement a ReactiveSessionRepository backed by R2DBC
Open
@marcusdacoregio is already working on this.
Since Aug 30, 2023.
in: jdbc
type: enhancement
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 1.2k
- Avg merge
- 4h 27m
- Merged PRs (30d)
- 55
Description
Expected Behavior
Similar as the JDBC one, but for reactive applications.
Current Behavior
There is none.
Context
How has this issue affected you?
- Currently have to deploy separate infrastructure such as Redis to achieve distributed sessions in a Spring Webflux application, such as ones that use sessions for authentication.
What are you trying to accomplish?
- To have distributed sessions backed by a R2DBC connection.
What other alternatives have you considered?
- Deploying additional infra that do have support for reactive web sessions.
Are you aware of any workarounds?
- No.
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.
Assessment
This issue has not been assessed yet.