Hi,
I’ve reached challenge 5b: Multi-Node Kafka-Style Log.
The wording around KV stores confuses me a bit:
It’s important to consider which components require linearizability versus sequential consistency.
makes it sound like both seq-kv and lin-kv are fair game, but then
You’ve used the
seq-kvservice in the Grow-only Counter challenge, however, in this challenge you can use the linearizable version calledlin-kv.
indicates that lin-kv is the name of the game? Maybe “… you can [also/only] use the linearizable …” could clarify.
Thanks for a great set of challenges! ![]()