Apache Pulsar Producer Activity
Apache Pulsar Producer activity can be used to map a string or a JSON object to a message. You can use the Producer activity to map the properties such as string:stringpairs and an optional key. You can send messages to a single topic and compress them by all the supported algorithms.
Settings
On the Settings tab, configure the following settings:
Input Settings
The
Input Settings tab has the following fields:
Input
The
Input tab has the following fields:
Field | Description |
---|---|
payload | The message to be published to a topic. Either a simple string or a representation of the JSON document provided on the Input Settings tab |
properties | An object with a string value for each of the named properties from the Input Settings tab |
key | A string value used by the topic compaction function of the broker. In the shard subscriber mode subscribers are bound to specific keys so that the repeat keys are always processed by the same consumer |
Output
The Output tab displays the output schema of the activity as a tree structure. The output is read-only. The information in the schema varies based on the fields selected on the Settings tab. The properties that are displayed in the schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.
Related concepts
Related tasks
Related reference
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.