Using SubZero across different Hazelcast clusters has problems. The serialization ids used on one cluster will not be consistent with that of another. I have got around this issue by creating my own KryoStrategy's that use an id that is generated from the fully qualified classname.
It gets tricky for two reasons though:
- Templated classes can be a challenge but there is a way.
- Need to avoid those ids that Hazelcast uses internally.
I can attempt a fork, if there is an interest in this solution.
Best regards
Aongus
Using SubZero across different Hazelcast clusters has problems. The serialization ids used on one cluster will not be consistent with that of another. I have got around this issue by creating my own KryoStrategy's that use an id that is generated from the fully qualified classname.
It gets tricky for two reasons though:
I can attempt a fork, if there is an interest in this solution.
Best regards
Aongus