spring-projects / spring-projects/spring-session

Implement a ReactiveSessionRepository backed by R2DBC

Open
#1,748 5 comments 11 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.