Improving my Distributed System with Scala 3: Consistency Guarantees & Background Tasks (Part 2)

from blog Christian Hollinger, | ↗ original
Introduction It’s been a while since I wrote about Bridge Four, my Scala 3 distributed data processing system from scratch. In this article, we’ll be discussing some major changes around Bridge Four’s state management, its new-and-improved consistency guarantees, and other features and improvements I’ve added since. In case you haven’t read the...