Apache Pulsar Function Trigger

The Apache Pulsar Function Trigger receives the input message in byte format from the source (input) topic. The activities inside the flow perform operations on the input message and return the output as a message object to the sink (output) topic. The output message can be coerced with the schema.

When an Apache Pulsar Function Trigger is added in a flow, no other triggers can be added to the app. Download the app, generate the executable binary, and deploy it to the Apache Pulsar cluster. Configure the app as an Apache Pulsar function executable binary by using the Apache Pulsar functions CLI (Command Line Interface) or REST API. Pass the runtime argument as Go language argument. The app fails if you push the Apache Pulsar Function Trigger to TIBCO® Cloud Integration.

Map to Flow Inputs

The Map to Flow Inputs tab has the following field:

Field Description
message Receives the input message in byte format.

Map from Flow Outputs

The Map from Flow Outputs tab has the following field:

Field Description
out The mapped output is published to the sink (output) topic.