From 13d9ac4c1a0c133312727f338545ad04c3242034 Mon Sep 17 00:00:00 2001 From: lauranooooo Date: Thu, 6 Jun 2024 16:10:06 +0100 Subject: [PATCH] Update projects/raft-otel/README.md Co-authored-by: Daniel Wagner-Hall --- projects/raft-otel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/raft-otel/README.md b/projects/raft-otel/README.md index 15aaefb5..1e5cf527 100644 --- a/projects/raft-otel/README.md +++ b/projects/raft-otel/README.md @@ -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