akka-tools

Build Status Coverage Status Codacy Badge Version License: MIT

ExtractShardId

ExtractShardId is an interface of the function used by Akka sharding to extract ShardId from an incoming message. Our implementation of ExtractShardId supports mapping of specific EntityId-s to specific ShardId-s. All other not pre-configured EntityId-s will be mapped to equal individual ShardId-s.

Setup

addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

libraryDependencies += "com.evolutiongaming" %% "akka-tools" % "3.0.12"