This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-15 00:02:56 -06:00
parent 961710961d
commit 8c98338782

View file

@ -10,12 +10,10 @@ Ratchet provides tools for implementing _durable_ messaging, event and request/r
By _durable_, we mean that an acceptably performant commit log is used to record all signals and any changes to their states.
The decision to adopt an architectural commit log such as that implemented in Ratchet enables the components of a system to be more failure oblivious and pushes the overall system towards monotone or ratcheted behavior. If state was committed prior to a failure, it can easily be recovered. If state was not committed,
The decision to adopt an architectural commit log such as that implemented in Ratchet enables the components of a system to be more failure oblivious and pushes the overall system towards monotone or ratcheted behavior. If state was committed prior to a failure, it can easily be recovered. If state was not committed, well nothing happened.
In a
## License
Mirrored from https://git.arrdem.com/arrdem/ratchet
Published under the MIT license. See [LICENSE.md](LICENSE.md)