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
- Host: GitHub
- URL: https://github.com/iamolegga/nsq_forward
- Owner: iamolegga
- License: mit
- Created: 2023-06-06T17:05:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T21:00:06.000Z (11 months ago)
- Last Synced: 2025-01-14T00:32:36.924Z (9 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nsq_forward
Like nsq_to_nsq but exit after all messages are processed in source channel.
## 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.