/folgonsqproducer

NSQ producer flogo activity

Primary LanguageGo

NSQ Producer flogo activity

This activity allows your flogo application to publish a topic on NSQ

Installation

flogo install github.com/abasse/folgonsqproducer

Schema

Inputs and Outputs:

{
  "inputs":[
    {
      "name": "Topic",
      "type": "string",
      "required": true
    },
    {
      "name": "Message",
      "type": "string",
      "required": true
    }
  ],
  "outputs": [
  ]
}