We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would you guys be interested in some kind of tool (or tools) that use stdin and stdout to communicate with nsq?
stdin
stdout
It would enable people to do something like this:
mytool | to_nsq --topic="topic" --channel="channel" --delimiter="\n" --address="nsqaddr"
Suddenly, scripters would be able to use nsq without needing a client.
nsq
Similarly, you could have a subscriber that prints to stdout called from_nsq.
from_nsq
Mat
The text was updated successfully, but these errors were encountered:
It would also enable testing capabilities too...
cat test-messages.json | to_nsq ...
Sorry, something went wrong.
basically a dupe of #304
FWIW we already have the output side in nsq_tail
nsq_tail
These are good ideas, let's continue the discussion in #304
No branches or pull requests
Would you guys be interested in some kind of tool (or tools) that use
stdin
andstdout
to communicate with nsq?It would enable people to do something like this:
Suddenly, scripters would be able to use
nsq
without needing a client.Similarly, you could have a subscriber that prints to
stdout
calledfrom_nsq
.Mat
The text was updated successfully, but these errors were encountered: