dplyukhin / UIGC

A garbage collector for Akka actors!
Other
4 stars 2 forks source link

Recover from messages dropped by the network #47

Open dplyukhin opened 1 year ago

dplyukhin commented 1 year ago

My thesis describes how we can use ingress/egress stages to detect when messages are dropped over the network. This has yet to be implemented.

Some TODOs off the top of my head:

This issue doesn't cover messages dropped locally, e.g.

We should be able to handle those problems too, but let's discuss that in a separate issue.