Bulkheads and Time Machines
This post I'll attempt to introduce two concept: * using bulkheads to make micro services more reliable * and making time a first class citizen in a distributed system to improve consistency First, some definitions: * Bulkhead: a cache of data that allows services to be less reliant on o…
Peter Wilkins