Implementing Akka Cluster Sharding
Reading Time: 3 minutes Now that we have a basic understanding of Akka Cluster Sharding in my previous blog. Let’s have a look at how we are going to implement this and what are the things that we need to keep in our mind while doing that. To shard a specific type of actor we use the cluster sharding akka extension, and we call it as start, we can Continue Reading