shaj13 / raft

raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
MIT License
117 stars 17 forks source link

Extend grpc api #21

Open kotyara85 opened 1 year ago

kotyara85 commented 1 year ago

Hi @shaj13 , Looks like current gprc protos do not expose cluster management apis, for example remove failed node from the cluster. Are there any plans on doing so? Thank you

shaj13 commented 6 months ago

@kotyara85

Could you please provide more details about the behavior you're requesting? Specifically, could you elaborate on the use case and what you expect from this behavior?