Description:
Our current Raft implementation needs improvements. The following features need to be implemented:
- Raft Health Check Integration
- Dynamic Peer Management
- Scale Management
- Security Improvements
Technical Considerations
- The health check should indicate if the node is part of a stable cluster
- Only the leader should be able to modify cluster membership
- Authentication should be required for all cluster management operations
- Scale operations should maintain cluster consistency
Description:
Our current Raft implementation needs improvements. The following features need to be implemented:
Technical Considerations