Truncate
This commit is contained in:
parent
961710961d
commit
8c98338782
1 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue