weberdaniel / reactive-cpp

Supervision Strategies for C++ Actor Framework
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

set up a circle for the supervisor structure #7

Closed weberdaniel closed 2 years ago

weberdaniel commented 2 years ago

set up a circle of actors passing messages to each other, occassionally being killed by an exception.

weberdaniel commented 2 years ago

messages should be forwarded from a1 -> a2 -> aN -> a1 and should be deleted after M sends.

weberdaniel commented 2 years ago

this should be more or less finished now

weberdaniel commented 2 years ago

i think for now this can be closed. the thing here is, we need to meassure and visualize it somehow. this must be done with grafana/prometheus and docker, so we go this route first.

weberdaniel commented 2 years ago

-> close