You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/08/31 17:48:07 UTC

[GitHub] [incubator-pekko] pjfanning opened a new issue, #604: deserializing persisted data that has akka classnames

pjfanning opened a new issue, #604:
URL: https://github.com/apache/incubator-pekko/issues/604

   * See https://github.com/scullxbones/pekko-persistence-mongo/issues/10
   * pekko and akka persistence is not an area I am an expert in but if pekko code tries to deserialize data and the data has an akka classname, then we could try to autoconvert it to a pekko class (try akka first and if it fails, try pekko).


-- 
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: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] deserializing persisted data that has akka classnames [incubator-pekko]

Posted by "bdoyle0182 (via GitHub)" <gi...@apache.org>.
bdoyle0182 commented on issue #604:
URL: https://github.com/apache/incubator-pekko/issues/604#issuecomment-1877912281

   @pjfanning has that been included in a release yet?


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko] bdoyle0182 commented on issue #604: deserializing persisted data that has akka classnames

Posted by "bdoyle0182 (via GitHub)" <gi...@apache.org>.
bdoyle0182 commented on issue #604:
URL: https://github.com/apache/incubator-pekko/issues/604#issuecomment-1701518386

   I'm testing locally a converter in the serializer in the mongo plugin there and will post back if that solves it, but would be awesome if we could auto convert it in the core code but I'm not sure if that's even possible.


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko] He-Pin commented on issue #604: deserializing persisted data that has akka classnames

Posted by "He-Pin (via GitHub)" <gi...@apache.org>.
He-Pin commented on issue #604:
URL: https://github.com/apache/incubator-pekko/issues/604#issuecomment-1701551362

   @bdoyle0182 I think this can be done with an spi hook, and then the project will need to implemented it with both akka and pekko in the classpath.


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko] bdoyle0182 commented on issue #604: deserializing persisted data that has akka classnames

Posted by "bdoyle0182 (via GitHub)" <gi...@apache.org>.
bdoyle0182 commented on issue #604:
URL: https://github.com/apache/incubator-pekko/issues/604#issuecomment-1701541385

   https://github.com/scullxbones/pekko-persistence-mongo/issues/10#issuecomment-1701540758


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko] bdoyle0182 commented on issue #604: deserializing persisted data that has akka classnames

Posted by "bdoyle0182 (via GitHub)" <gi...@apache.org>.
bdoyle0182 commented on issue #604:
URL: https://github.com/apache/incubator-pekko/issues/604#issuecomment-1703084649

   I think the issue here is plugin specific unfortunately since the storage plugin decides how to serialize / deserialize the data to the db. I'm not sure how you could solve this in core when the plugin will still need to account for this translation based on how they originally set up the data to be stored. You could make it easier providing an spi hook to do the translation, but regardless it would still need to be something each plugin maintainer would need to account for.


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] deserializing persisted data that has akka classnames [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #604:
URL: https://github.com/apache/incubator-pekko/issues/604#issuecomment-1877929483

   > I don't have full context on what the fix is for exactly, but if I'm using the fix that I made for the specific plugin for mongo would this be a relevant issue still or would that bypass the issue in these PR's?
   
   I don't follow. Pekko 1.3 will be released in a few months. If you don't like snapshots, you could try the full release when it is released. Unfortunately, Pekko has a mismatch between developers with green field work and those who are Akka refugees. The Akka refugees are disengaged. Their disengagement is hindering efforts to help them.


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] deserializing persisted data that has akka classnames [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #604:
URL: https://github.com/apache/incubator-pekko/issues/604#issuecomment-1849852947

   we've hit #841 and #838 (same issue, just 2 attempts at fixing it)


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] deserializing persisted data that has akka classnames [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #604:
URL: https://github.com/apache/incubator-pekko/issues/604#issuecomment-1877919289

   @bdoyle0182 #841 is not released yet. Will be in Pekko 1.0.3 but that release is not yet scheduled. You can help by trying the latest Pekko snaphots - e.g. 1.0.2+13-9b596fa4-SNAPSHOT
   
   Unfortunately, in a volunteer project - not every volunteer has to worry about migrating akka data - I haven't used Akka in the last 5 years as an example. Some of us have no Akka baggage.


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] deserializing persisted data that has akka classnames [incubator-pekko]

Posted by "bdoyle0182 (via GitHub)" <gi...@apache.org>.
bdoyle0182 commented on issue #604:
URL: https://github.com/apache/incubator-pekko/issues/604#issuecomment-1877921807

   I don't have full context on what the fix is for exactly, but if I'm using the fix that I made for the specific plugin for mongo would this be a relevant issue still or would that bypass the issue in these PR's?


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org