Skip to content

Implement a ReactiveSessionRepository backed by R2DBC #1748

Open
@rj93

Description

@rj93

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions