repositorypackage
0.0.0-20230228034148-9b519623afd5
Repository: https://github.com/paralin/raft-grpc.git
Documentation: pkg.go.dev
# README
Raft GRPC
This project is no longer maintained. You might be interested in https://github.com/Jille/raft-grpc-transport instead.
Introduction
raft-grpc includes a GRPC service definition and implementation of a server and client for pipelining raft streams over GRPC.
To use it in your project, include the package and add the service to your GRPC server. The RaftGRPCTransport can be used as a raft.Transport object, and the GetServerService call will return the GRPC service implementation for your listener side.