Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akka-free event-sourced persistence #269

Closed
wants to merge 29 commits into from

Conversation

dfakhritdinov
Copy link
Contributor

@dfakhritdinov dfakhritdinov commented Nov 7, 2023

No description provided.

* @tparam E event
* @return resource of [[EventSourcedStore]]
*/
def fromAkka[F[_]: Async: ToTry, S, E](snapshotStore: SnapshotStore,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall I'm more interested in actual implementation that meant to replace PersistentActor :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please take a look on basic part of persistent actor replacement: com.evolutiongaming.akkaeffect.persistence.EventSourcedActorOf

@dfakhritdinov dfakhritdinov changed the title Implement akka-free (persistence) recovery API Implement akka-free (persistence) recovery Nov 21, 2023
@dfakhritdinov dfakhritdinov changed the title Implement akka-free (persistence) recovery WIP: implement akka-free (persistence) recovery Nov 21, 2023
@dfakhritdinov dfakhritdinov changed the title WIP: implement akka-free (persistence) recovery WIP: implement akka-free event-sourced persistence Nov 21, 2023
@dfakhritdinov
Copy link
Contributor Author

Okay, now I clearly see that my attempt of loading journaller/snapshotter plugins avoiding registration in akka system is a mistake. Instead, I will create an actor capable of interacting with properly registered journaller/snapshotter plugins ...

@dfakhritdinov dfakhritdinov marked this pull request as draft November 28, 2023 13:46
@dfakhritdinov dfakhritdinov changed the title WIP: implement akka-free event-sourced persistence Implement akka-free event-sourced persistence Nov 28, 2023
@dfakhritdinov dfakhritdinov changed the title Implement akka-free event-sourced persistence Akka-free event-sourced persistence Nov 28, 2023
@dfakhritdinov dfakhritdinov force-pushed the df/eventsourced-persistence-module branch from 1769949 to e7c54ad Compare December 1, 2023 16:21
@dfakhritdinov dfakhritdinov deleted the df/eventsourced-persistence-module branch January 23, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants