Does MCP Java SDK support multi-node deployments? #583
Unanswered
abhilashmedi-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
In a multi-node system the requests from same user may be routed to different node each time. And MCP SDK generates mcp-session-id which is in-memory. This would cause a problem when initialize request is processed by one node but the subsequent requests are handled by different nodes and will fail with error Session Not Found.
Please suggest how to handle this.
Beta Was this translation helpful? Give feedback.
All reactions