iamolegga / nsq_forward

Like nsq_to_nsq but exit on empty source subscription

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

Like nsq_to_nsq but exit on empty source subscription

License:MIT License


Languages

Language:Go 98.7%Language:Dockerfile 1.3%