Should I implement a pool of service actors, every one of which holds single DB connection? I'm very new to Akka and not sure how to implement DB-related work.
My context: I'm creating a distributed game server using akka-cluster.
Should I implement a pool of service actors, every one of which holds single DB connection? I'm very new to Akka and not sure how to implement DB-related work.
My context: I'm creating a distributed game server using akka-cluster.