Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragisak/akka-multi-shard-proxy
Example of multiple shards and shard clients using proxy
https://github.com/dragisak/akka-multi-shard-proxy
Last synced: 18 days ago
JSON representation
Example of multiple shards and shard clients using proxy
- Host: GitHub
- URL: https://github.com/dragisak/akka-multi-shard-proxy
- Owner: dragisak
- Created: 2015-04-08T01:52:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T01:53:12.000Z (over 9 years ago)
- Last Synced: 2023-03-27T12:49:59.141Z (over 1 year ago)
- Language: Scala
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Multiple shard regions and shard proxy
To run example:
```
sbt client/run -Dakka.remote.netty.tcp.port=2552
sbt one/run
sbt two/run
```