-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limitations of the Resume functionality. No intended to be used by load-balanced server? #1116
Labels
Comments
Hi, @ansgarschulte ! Thank you for finding time to fill this issue! Would you mind providing us with a small sample that can showcase what does not work for you exactly? Thanks, |
ansgarschulte
added a commit
to ansgarschulte/rsocket_client_server_resume_echo
that referenced
this issue
Jan 28, 2025
ansgarschulte
added a commit
to ansgarschulte/rsocket_client_server_resume_echo
that referenced
this issue
Jan 28, 2025
Hi @OlegDokuka Here you are:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to use the Resume functionality on a load-balanced server.
Motivation
I can use a persistent ResumableFramesStore by configuring a store with the RSocketServerCustomizer.
However, I cannot provide a custom persistent SessionManager, which is why I receive "unknown resume token" exceptions.
Desired solution
Provide a way to implement a custom SessionManager.
The text was updated successfully, but these errors were encountered: