Apache Pulsar Consumer Trigger
Apache Pulsar Consumer is a Flogo trigger that receives messages published to the configured topic. Each message triggers a new flow and if the flow is successful the message is acknowledged by removing it from the queue.
Trigger Settings
The Trigger Settings tab has the following fields:
Output Settings
The Output Settings tab has the following fields:
Field | Required | Description |
---|---|---|
Message Properties | No | You can add property value to the properties field presented on the Input schema. Each additional property is presented as a named string to be mapped. |
Schema for JSON value | No | The Schema for JSON value field is only available when the Message Format field on the Triggers Settings tab is JSON. This is a free form text editor that accepts any valid JSON document, which is then presented on the output schema. |
Map to Flow Inputs
The Map to Flow Inputs tab has the following fields:
Field | Description |
---|---|
payload | Either a simple string or a representation of the JSON document provided on the Output Settings tab. |
properties | An object with a string value for each of the named properties from the Output Settings tab. |
topic | If the subscriber subscribes to multiple topics, the topic field provides the actual topic on which the message has arrived. |
Related concepts
Related tasks
Related reference
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.