Kafka (Input Agent)
Important note: Our Kafka support is in beta version.
Introduction: Phase 1.
(1) Only relevant for the add-on module Load Balancing to start the profile on a specific node.
(2) The Kafka alias. See section Kafka Connections.
(3) The topic from which messages are to be received.
(4) The data type of the key of the message. Important note: The data type must always be specified. Make sure that you always use matching types when sending and receiving. If, for example, a message is defined and sent as Byte/String and then read as Integer/Byte, this leads to an error and the message cannot be read. Lobster_data as a consumer is blocked until someone removes this erroneous message from the broker and it does not process any messages from this topic!
(5) The data type of the data to be sent. Important note: The data type must always be specified. Make sure that you always use matching types when sending and receiving. If, for example, a message is defined and sent as Byte/String and then read as Integer/Byte, this leads to an error and the message cannot be read. Lobster_data as a consumer is blocked until someone removes this erroneous message from the broker and it does not process any messages from this topic!