spring-projects / spring-projects/spring-session

Provide SimpSession implementation

Open
#207 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type: enhancement
Dominant language
Java
Stars
1.9k
Forks
1.2k
Avg merge
4h 27m
Merged PRs (30d)
55

Description

  • Spring's WebSocket support to work across a cluster
  • Ensure WebSocket and HttpSession is kept in sync at all times

https://github.com/spring-projects/spring-framework/commit/281588d7bb9b4c15e72d743f5d88cc5ff39ff2de

NOTE: It may not be necessary since there is already a multi server support, but we should consider if a node goes down and then back up.

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.

Research direction

Start by reviewing the linked Spring Framework commit and the existing multi-server support in this repository. Determine how a SimpSession should support clustered WebSocket operation, keep WebSocket and HttpSession state synchronized, and behave when a node goes down and returns; done requires a defined implementation and corresponding validation for those cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring
Domain
backend, distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.