-
-
Notifications
You must be signed in to change notification settings - Fork 28
Example: Stdin to NSQ
Lorenzo Mangani edited this page Dec 10, 2017
·
3 revisions
The experimental plugin set allows input/output from NSQ Servers. The parameters are available in the docs
input {
stdin {}
}
output {
nsq {
dataUrl => '10.0.0.1'
topic => 'new_topic'
}
}