Skip to content

Persistent actor does not restore state from Journal #102

@OlegZee

Description

@OlegZee

Here's the minimalistic sample which is based on sample.
On every run the new message is posted to actor and it should print more messages on every subsequent run.

Actual behavior:

[DEBUG][19.05.2018 12:50:16][Thread 0006][akka://chatapp/user/chat-1] Unhandled message from akka://chatapp/deadLetters : {
  "Case": "Event",
  "Fields": [
    {
      "$id": "1",
      "$type": "Program+ChatEvent, akka-persist",
      "Message": "New session started 19.05.2018 19:50:01"
    }
  ]
}

The sample project is available at https://github.com/OlegZee/akkling-persist-sample/tree/d116eef4bd55a0eb91a8c33e05a9bdc5df679435

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions