Apache Kafka Connector: Functions and Operationd
The adapter combines the functionality of the Apache Kafka Subscriber and Publisher and thus enables the following:
Subscribe to messages on a specific topic, unsubscribe or read the last message
Publish news on a specific Apache Kafka topic
Properties
| Defines the operation executed by the adapter. Possible values:
|
Parameters
| Main adapter class (do not change!) Possible values: de.softproject.x4.plugins.adapter.KafkaPublishAdapter: Main class (Default) |
| ID of the client with which the message is published Possible values: Client ID (integer) The ID of the client is contained in the During X4 Server startup, the subscriber clients are registered with their current |
| This parameter is set automatically with the information contained in the configuration file. |
| This parameter is set automatically with the information contained in the configuration file. |
| Host address of the broker Possible values: Server host, e. g. |
| Port number of the broker Possible values: Port number, e.g. |
| The Possible values: Integer, |
Status values
| The operation was executed successfully. |
| The operation failed due to a technical error. |