@alan.brewster73 wrote:
Hello
I am new to AKKA and have been looking at modelling stateful actors. Since Actor instances can process only one message at a time (from my basic understanding), how do I scale for concurrent access of read only state in a large throughput application. For example, I have an actor that models an item offered for sale by a user, which other users want to bid on. The actor state is accessed when users want to see the details. How do I provide concurrent access to this read only state, without requests queueing one after another.
Kind regards
Posts: 1
Participants: 1