Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nlm/grpceventbus
Proof-of-concept for a basic pub/sub event system based on gRPC
https://github.com/nlm/grpceventbus
events grpc pubsub
Last synced: 23 days ago
JSON representation
Proof-of-concept for a basic pub/sub event system based on gRPC
- Host: GitHub
- URL: https://github.com/nlm/grpceventbus
- Owner: nlm
- License: mit
- Created: 2022-04-01T19:19:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T12:49:04.000Z (over 1 year ago)
- Last Synced: 2024-09-30T15:41:52.475Z (about 1 month ago)
- Topics: events, grpc, pubsub
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gRPC event bus
This is a proof-of-concept for a basic pub/sub event system based on gRPC
## Features
- [x] Strong typing for events
- [x] Support for multiple event types
- [x] Event Streaming (publisher side)
- [x] Event Streaming (subscriber side)
- [x] Implicit topics
- [x] Multiple topics
- [x] Topics auto-cleanup