Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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