Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1362

Disable duplicate serializer id check

$
0
0

Hi!

Is there a way to disable serialization id duplication check?

After merging this Detect duplicate serializer identifiers, #29100 by patriknw · Pull Request #29112 · akka/akka · GitHub fix (which cool and right thing to do, ofc)
we are not able to update to next akka version, because historically by mistake we started to use ser_id < 40
having our custom SnapshotSerializer

serialization-identifiers {
      "SnapshotSerializer" = 8
    }

For some systems it may be not that easy to go and update ser_id to correct one for already existing entries.

What do you think about having config param that disables this check? Or, maybe, someone has ideas how to handle this.

Thanks in advance!

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 1362