Closed
Description
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