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

https://github.com/iamolegga/nsq_forward

Like nsq_to_nsq but exit on empty source subscription
https://github.com/iamolegga/nsq_forward

Last synced: 7 months ago
JSON representation

Like nsq_to_nsq but exit on empty source subscription

Awesome Lists containing this project

README

          

nsq_forward

Like nsq_to_nsq but exit after all messages are processed in source channel.



Docker Image Version (latest semver)


GitHub Workflow Status (with branch)


Snyk Vulnerabilities for GitHub Repo (Specific Manifest)


Libraries.io dependency status for GitHub repo

Dependabot
Docker Pulls

## Usage

```shell
docker run --rm iamolegga/nsq_forward \
-nsqd-tcp-address source-nsqd-host:4150 \
-destination-nsqd-tcp-address destination-nsqd-host:4150 \
-topic source_topic \
-channel source_channel \
-destination-topic destination_topic
```

## License

This project is licensed under the MIT License. See the LICENSE file for details.