Skip to content

SubZero across different clusters #31

@PotatoSpud

Description

@PotatoSpud

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:

  1. Templated classes can be a challenge but there is a way.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions