Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Use Akka Persistence Typed #21

Closed
viktorklang opened this issue Apr 18, 2019 · 6 comments
Closed

Use Akka Persistence Typed #21

viktorklang opened this issue Apr 18, 2019 · 6 comments
Labels
backend platform Issues related to the backend platform enhancement New feature or request

Comments

@viktorklang
Copy link
Contributor

Instead of the original Akka Persistence

@viktorklang viktorklang added enhancement New feature or request backend platform Issues related to the backend platform labels Apr 18, 2019
@jroper
Copy link
Member

jroper commented Apr 23, 2019

I wonder whether this is just going to make things harder, currently we have a number of vars in the actor, these would all need to be encoded in some state case class, and then we also have two typed protocols that the actor needs to speak, one with with the gRPC server from the outside world, the other with the gRPC client to the user function, I'm wondering whether Akka persistence typed would be too constrained to allow that.

@octonato
Copy link

What about having a case class envelop with a field defined as: payload: Any?

#not-trolling

@viktorklang
Copy link
Contributor Author

@jroper If migrating to Akka Persistence Typed will not be possible, that'd seem like a bug in Akka Persistence Typed?

@ralphlaude
Copy link
Contributor

Hi!
I would be interested to do this task!

@ralphlaude
Copy link
Contributor

ralphlaude commented Feb 5, 2020

i will work on this. i will try to understand the persistence module and try to make some proposal.
@jroper i would be better if you can give me more insights. Thanks

@viktorklang
Copy link
Contributor Author

Closing this for now, seems like a solution-looking-for-a-problem right now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend platform Issues related to the backend platform enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants