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: 3 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T12:49:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T00:11:17.222Z (about 1 year 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