Skip to main content
Skip table of contents

Apache Kafka Connector: Operation Publish

Input

For the Publish operation, the adapter expects a file with the following XML structure. The input file contains the message that is to be published.

CODE
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<message>
	<topic>topic1</topic>
	<content>Testmessage 1 for topic 1</content>
</message>

The following elements are contained in the input file:

Element

Description

message

Root element of the input file

topic

The topic is the parameter to which the subscriber is subscribed.

content

Content of the message

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.