You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This small library allows you to send RPCs to your Raft leader.
5
+
Send gRPCs to your [Raft](https://github.com/hashicorp/raft) leader.
6
6
7
7
It connects to all your Raft nodes and uses [client-side health checks](https://github.com/grpc/proposal/blob/master/A17-client-side-health-checking.md) to only send RPCs to the master.
8
8
9
-
During leader elections you'll see about one RTT of errors, make sure your client can handle those and retries them.
9
+
During leader elections you'll see errors, make sure your client can handle those and retries them.
0 commit comments