package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Aug 20, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Apache Pulsar Activity
This activity publishes messages on a topic in a Apache Pulsar.
Flogo CLI
flogo install github.com/project-flogo/messaging-contrib/pulsar/activity
Configuration
Settings:
Name |
Type |
Description |
connection |
any |
The connection object which is use to connect to pulsar - REQUIRED Connection |
topic |
string |
The Pulsar topic on which to place the message - REQUIRED |
Name |
Type |
Description |
payload |
string |
The message to send |
Documentation
¶
New optional factory method, should be used if one activity instance per configuration is desired
Activity is an sample Activity that can be used as a base to create a custom activity
Eval implements api.Activity.Eval - Logs the Message
Metadata returns the activity's metadata
type Input struct {
Payload string `md:"payload,required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.