https://github.com/sticnarf/agga-client-scala
[WIP] Client for agga
https://github.com/sticnarf/agga-client-scala
Last synced: about 2 months ago
JSON representation
[WIP] Client for agga
- Host: GitHub
- URL: https://github.com/sticnarf/agga-client-scala
- Owner: sticnarf
- License: mit
- Created: 2017-11-18T12:41:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T17:18:45.000Z (over 8 years ago)
- Last Synced: 2025-11-16T23:22:55.639Z (8 months ago)
- Language: Scala
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# agga-client-scala
Client for [sticnarf/agga](https://github.com/sticnarf/agga)
## Build
```bash
$ sbt assembly
```
Then, the assembly can be found in the `target/scala-2.12` directory.
## Usage
```bash
$ java -jar agga-client-scala-assembly-0.1-SNAPSHOT.jar \
-Dakka.cluster.client.initial-contacts.0=akka.tcp://agga@server0.example.com:7000/system/receptionist
-Dagga.tcp-listen.hostname=127.0.0.1 \
-Dagga.tcp-listen.port=1080 \
-Dagga.client-key=client-key-2 \
```