Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novotnyr/akka-iot-demo
UINF/KOPR Akka 3 - Distribuovana Akka
https://github.com/novotnyr/akka-iot-demo
Last synced: 12 days ago
JSON representation
UINF/KOPR Akka 3 - Distribuovana Akka
- Host: GitHub
- URL: https://github.com/novotnyr/akka-iot-demo
- Owner: novotnyr
- Created: 2020-10-30T09:25:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T19:49:44.000Z (about 4 years ago)
- Last Synced: 2024-11-14T12:53:10.021Z (2 months ago)
- Language: Java
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Architecture
============![Actor Setup and Messages](architecture.png)
Running
=======Run a primary node:
-Dakka.cluster.seed-nodes.0=akka://[email protected]:2551 -Dakka.remote.artery.canonical.port=2551
Run a secondary node with the following settings:
-Dakka.cluster.seed-nodes.0=akka://[email protected]:2551 -Dakka.remote.artery.canonical.port=2552
Troubleshooting
===============No configured serialization-bindings for class [sk.upjs.ics.kopr.akka.cluster.SensorAggregator$SendTemperature]
Enable Java serialization, which is unsafe and possibly an attack vector.
In `application.conf`, enable:akka.actor.allow-java-serialization = on