python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can an event sourced entity to subscribe to state changes in another entity?
I have an events-sourced entity (C) that needs to change its state in response to state changes in another entity of a different type (P). The logic to whether the state of C should actually change is...
Nimrod Sadeh
Votes: 0
Answers: 1
Akka persistence deserialization issues for scala List during migration to Scala 2.13 from Scala 2.11
I am working on a akka/scala application and migrating from scala 2.11 to 2.13. There are some persisted objects (persisted using Scala 2.11) that have scala.collection.immutable.List type (defined as...
Vinny Jones
Votes: 0
Answers: 0