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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -