Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kung-foo/bruya

Forward Redis pub/sub messages to a NATS or NATS Streaming endpoint.
https://github.com/kung-foo/bruya

golang nats nats-streaming redis

Last synced: 22 days ago
JSON representation

Forward Redis pub/sub messages to a NATS or NATS Streaming endpoint.

Awesome Lists containing this project

README

        

# bruya

Forward Redis pub/sub messages to a NATS or NATS Streaming endpoint.

```
Usage:
bruya [options] [-v ...] [--redis=] --nats= [--channel=...]
bruya [options] [-v ...] [--redis=] --stan= [--channel=...]
bruya -h | --help | --version

Options:
--redis= Redis URL [default: redis://localhost:6379]
--nats= NATS URL
--stan= NATS Streaming URL
--channel= Redis channel(s) to subscribe to [default: *]
--nats-cluster-id= NATS cluster ID [default: test-cluster]
--debug-http= Enable pprof/expvar HTTP server.
Examples: "localhost:6060", ":6060"
--debug-force-color Force colorized logs.
-h --help Show this screen.
--version Show version.
-v Enable verbose logging (-vv for very verbose)
```