scala - Akka - Readable state -
hi know shared state highly discouraged in akka, have following dilema:
i have 1 actor managing many child actors. child actors write onto own state. managing actors might issue different messages children depending on states , relations each other. need state readable managing actor , writable child actor. there patterns/practices kind of use case?
thanks!
Comments
Post a Comment