asynkron / realtimemap-dotnet

A showcase for Proto.Actor - an ultra-fast distributed actors solution for Go, C#, and Java/Kotlin.

Home Page:https://realtimemap.skyrise.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send MQTT messages to Cluster Actors

rogeralsing opened this issue · comments

Currently, MQTT messages are being read, transformed and then directly sent to gRPC steam.

This should be changed so all data is first sent to virtual actors. then the virtual actor can decide what messages to forward to gRPC