Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 935 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 935 Bytes

Raft GRPC

This project is no longer maintained. You might be interested in https://github.com/Jille/raft-grpc-transport instead.

GoDoc Widget Go Report Card Widget

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.