eBay / nuraft_mesg

A session management and gRPC service layer for NuRaft.
Apache License 2.0
6 stars 11 forks source link

Exposing Leader to upper layer. #62

Closed xiaoxichen closed 8 months ago

xiaoxichen commented 8 months ago

SM needs to return leader in both response of some API call as well as PGStat report.

This helps client(of SM) to know up-to-date leader and send requests to leader.