Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evolution-gaming/akka-tools

akka-tools
https://github.com/evolution-gaming/akka-tools

akka scala

Last synced: 2 months ago
JSON representation

akka-tools

Awesome Lists containing this project

README

        

# akka-tools
[![Build Status](https://github.com/evolution-gaming/akka-tools/workflows/CI/badge.svg)](https://github.com/evolution-gaming/akka-tools/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/evolution-gaming/akka-tools/badge.svg)](https://coveralls.io/r/evolution-gaming/akka-tools)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/06420117427240fd9e18f4f2f58f6849)](https://app.codacy.com/gh/evolution-gaming/akka-tools/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=akka-tools_2.13&repos=public)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/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

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

libraryDependencies += "com.evolutiongaming" %% "akka-tools" % "3.0.13"
```