Hi
I am new to learning akka and I am looking into a problem of trying to create a movie hall reservation system. I am trying to wrap my head around how to achieve concurrency with akka. If I end up creating multiple instances of akka actors then where/how should I share the global state of the total number of seats booked and how many are still available.
I believe it should be in the same code that starts the actor system. Or am I misunderstanding the whole concept.
In understand this is an extremely basic question but I wasn't able to find any good resources explaining this, so will really appreciate if you can point me in the right direction.
Regards