CanonicalLtd / raft-http

A raft transport that uses HTTP to initiate connections between nodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raft-http Build Status Coverage Status Go Report Card GoDoc

This repository provides the rafthttp package, which can be used to establish a network connection between to raft nodes using HTTP. Once the HTTP connection is established, the Upgrade header will be used to switch it to raw TCP mode, and the regular TCP-based network transport of the raft package can take it from there.

Documentation

The documentation for this package can be found on Godoc.

About

A raft transport that uses HTTP to initiate connections between nodes

License:Apache License 2.0


Languages

Language:Go 99.9%Language:Emacs Lisp 0.1%