Skip to content

Commit

Permalink
Update projects/raft-otel/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.com>
  • Loading branch information
lauranooooo and illicitonion authored Jun 6, 2024
1 parent cf312b5 commit 13d9ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/raft-otel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ is a very useful pattern for concurrent systems that lets you update a key to a
This is useful for implementing sequences of operations where we read a value, perform some computation that modifies that value, and then write that value back -
but without potentially overwriting any changes to that value that other processes might have performed.

Update the demo client to use the new operation.
Add support for CompareAndSwap to the server implementation, and update the demo client to use the new operation after the existing operations it performs.

##### Operations when an instance is not the leader - redirecting or proxying clients

Expand Down

0 comments on commit 13d9ac4

Please sign in to comment.