Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabolina/relt
Transport for atomic broadcasting messages.
https://github.com/jabolina/relt
atomic-broadcast etcd raft reliable-messages
Last synced: about 1 month ago
JSON representation
Transport for atomic broadcasting messages.
- Host: GitHub
- URL: https://github.com/jabolina/relt
- Owner: jabolina
- License: apache-2.0
- Created: 2020-06-17T01:03:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T01:13:27.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T22:57:16.807Z (9 months ago)
- Topics: atomic-broadcast, etcd, raft, reliable-messages
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Relt
![Go](https://github.com/jabolina/relt/workflows/Go/badge.svg)
A primitive for reliable communication, backed by the atomic broadcast protocol. An example can be found on the
`_examples` folder, the current atomic broadcast implementation is the [etcd](https://github.com/etcd-io/etcd)
version, which means that an etcd server is needed.Since this will be used primarily on the [Generic Atomic Multicast](https://github.com/jabolina/go-mcast), to create
a simple structure, with a high level API for sending messages to a group of processes.When the [Generic Atomic Multicast](https://github.com/jabolina/go-mcast) contains the basic structure, this reliable
transport will turn into a new whole project where will be implemented a generic atomic broadcast, to be used as the
default reliable communication primitive.