gitkk/actor
zhenyi c32a7cad2f feat(cluster): implement Raft consensus with tracing and HTTP support
- Add Raft log and snapshot mechanisms for distributed consensus
- Integrate hyper HTTP server and client libraries for network communication
- Enhance tracing capabilities with structured logging and spans
- Add dependency tracking for new consensus-related crates
- Implement snapshot storage with serialization and persistence
- Add remote repository synchronization via Raft commands
- Include comprehensive tracing instrumentation across services
2026-06-10 18:33:42 +08:00
..
handler.rs fix(raft): truncate log on AppendEntries term conflict 2026-06-10 18:32:33 +08:00
message.rs fix(raft): add boundary checks and parse warnings to message deserialization 2026-06-10 18:32:37 +08:00
mod.rs feat(cluster): implement Raft consensus with tracing and HTTP support 2026-06-10 18:33:42 +08:00
raft_log.rs feat(raft): add log truncation for AppendEntries conflict resolution 2026-06-10 18:32:22 +08:00
server.rs feat(cluster): implement Raft consensus with tracing and HTTP support 2026-06-10 18:33:42 +08:00
snapshot.rs feat(cluster): implement Raft consensus with tracing and HTTP support 2026-06-10 18:33:42 +08:00
sync.rs feat(cluster): implement Raft consensus with tracing and HTTP support 2026-06-10 18:33:42 +08:00