You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggest to customized serialization of SessionUpdateEntryProcessor such that single hazelcast server cluster can serve clients of different spring session versions (e.g. 1.3.5, 2.0.8 and 2.1.3) concurrently.
Suggested approaches:
SessionUpdateEntryProcessor to implement Portable
build StreamSerializer for SessionUpdateEntryProcessor
SessionUpdateEntryProcessor to provide public getter/setter methods so consumer can build their own serialization mechanism as above
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion @dougkei - we already have #1131 to handle some serialization related improvements. Can you add your comments over there? I think we even might consider this one as duplicate since all those improvements could be implemented together.
Uh oh!
There was an error while loading. Please reload this page.
Suggest to customized serialization of SessionUpdateEntryProcessor such that single hazelcast server cluster can serve clients of different spring session versions (e.g. 1.3.5, 2.0.8 and 2.1.3) concurrently.
Suggested approaches:
The text was updated successfully, but these errors were encountered: