Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evolution-gaming/akka-tools
- Owner: evolution-gaming
- License: mit
- Created: 2016-10-01T13:02:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T14:28:49.000Z (8 months ago)
- Last Synced: 2024-06-10T16:31:21.090Z (8 months ago)
- Topics: akka, scala
- Language: Scala
- Size: 423 KB
- Stars: 7
- Watchers: 16
- Forks: 4
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```