Skip to content

Clarify scope of the task in #hd5 Multi Replica Command Propagation #304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 15, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ stages:
name: "Multi Replica Command Propagation"
difficulty: hard
description_md: |
In this stage, you'll extend your implementation to support propagating commands to multiple replicas.
In this stage, you'll extend your implementation of the master to support propagating commands to multiple replicas. No need to change anything in the replica implementation.

### Tests

Expand Down
Loading