Open
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.