databendlabs / openraft

rust raft with improvements
Apache License 2.0
1.41k stars 158 forks source link

Refactor: split `Command::Commit` into `SaveCommitted` and `Apply` #1214

Closed drmingdrmer closed 4 months ago

drmingdrmer commented 4 months ago

Changelog

Refactor: split Command::Commit into SaveCommitted and Apply

This change is Reviewable