pjfanning commented on PR #1423:
URL: https://github.com/apache/pekko/pull/1423#issuecomment-2292003032

   > > > The 'ignore' option in this PR only supports Pekko snapshots and 
avoids the overhead of having to to try to repair the serializer class names 
that get saved in the persisted data.
   > > 
   > > 
   > > Thanks, I was just skimming this on the phone so I couldn't look at it 
properly which brings me to the second point, maybe we can rename the options 
like this so its more explicit/clear?
   > > 
   > > * Ignore -> Pekko
   > > * Pekko -> PekkoAndAkka
   > > * Akka -> Akka
   > > 
   > > Wdyt?
   > 
   > Thanks @mdedetrich - I agree the naming isn't right but I don't think your 
suggestion quite works either. Let me think about better naming and I'll come 
back with some changes for review.
   
   I pushed some some changes. The config is about migrating data and is not 
about whether we support Pekko and Akka snapshots. I renamed 'Ignore' to 
'NoMigration'. With 'NoMigration', we will fail if there is an attempt to 
update an Akka generated snapshot. With 'Akka' and 'Pekko', we support both 
Akka and Pekko generated snapshots but the config controls what serializer name 
value gets included in the persisted data.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to