Skip to content

Commit

Permalink
docs: updating demo with three node cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
arunma committed Jan 2, 2024
1 parent 1465801 commit 4e298bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified rafting.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/raft/raft_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ impl RaftNode {
self,
event: (RaftEvent, Option<oneshot::Sender<RaftResult<RaftEvent>>>),
) -> RaftResult<RaftNode> {
use *;
//Process requests and responses
let node_id = self.id.to_string();
let mut node = self;
Expand Down

0 comments on commit 4e298bf

Please sign in to comment.