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

A GRPC transport for the Raft protocol in Go.

License

Notifications You must be signed in to change notification settings

paralin/raft-grpc

Repository files navigation

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.

About

A GRPC transport for the Raft protocol in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published