-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(raft): Modularize Raft node initialization and improve confi…
…guration management Break down Raft node creation into smaller, focused functions: - Extract node configuration initialization - Create separate methods for FSM, stores, and transport setup - Improve error handling and logging during node creation - Add context cancellation for peer synchronization - Enhance cluster configuration and bootstrapping logic
- Loading branch information
1 parent
13b5ffe
commit f7d7ddd
Showing
1 changed file
with
186 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters