module
Version:
v0.0.0-...-c2b32c5
Opens a new window with list of versions in this module.
Published: Aug 1, 2020
License: Apache-2.0
Opens a new window with license information.
README
¶
Will be an "Open source gRPC-protocol message broker written in Go". Aims to be easy-to-use, lightweight and persistent.
Light MQ
Publish-subscribe system that can deliver in-order, persistent messages.
Key features
- Lightweight, fast, and compact.
- Persistent. All messages stored in log-like way. (Could be used as Event Store)
- Client-free. Use gRPC-generated code to connect.
Main concepts
- Uses push-based approach for subscribers.
- Stores messages in entities called topics.
- Every subscriber belongs to a group where each message only consumed by a single member.
Directories
¶
Click to show internal directories.
Click to hide internal directories.