Building fault tolerant applications using Partisan

I recently wrote an article on how to debug applications written using Partisan, and how to make it fault-tolerant.

http://christophermeiklejohn.com/erlang/partisan/2019/04/20/fault-injection-reliable-broadcast.html

17 Likes

This is a really, really interesting subject, and your blog article was absolutely a great read!

I am very interested in working towards something akin transparent ā€˜at least onceā€™ and ā€˜almost exactly onceā€™ message deliveries, as well as maybe at some point ā€˜GenAtMostOnceServerā€™ / ā€˜GenAtLeastOnceServerā€™ processes in a distributed setting.

If I ever am able to reach your level of understanding of distributed systems, that is :bowing_man: :sweat_smile:!

1 Like