Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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