Kafka Producer node posts messages to Kafka Topics. It accepts XML/JSON templates as input, if the template selected is XML, Jiffy converts it into JSON before publishing to the Topic.
Properties Of Kafka Producer Node
- Name: Name of the node. A default name is displayed in this field, which the user can edit according to the task and the intent of using the node.
- Description: A short note on the purpose of the node.
- Version : Version no to be provided.
- Brokers Comma Separated
- Topic :
- Key :
- Request Message type: Choose either XML and JSON.
- Message Template :
- Mark run Failure on Node Fail: When the Mark run Failure on Node Fail field is ON, if the node execution fails then the complete task execution is marked as fail.