Kafka Forwarding Agent Configuration

You open the Kafka collection agent configuration dialog from a workflow configuration. To open the Kafka forwarding agent configuration, click  Build → New Configuration. Select Workflow from the Configurations dialog. When prompted to Select workflow type, select Realtime. Click Add agent and select Kafka from the Processing tab of the Agent Selection dialog.


Kafka forwarding agent configuration
 

SettingDescription

Profile

The name of the profile as defined in the Kafka Profile Editor (select Kafka Profile after clicking the New Configuration button in the Desktop).

Execution Mode
StandardSelect this option if you do not require acknowledgments to be sent to an external system.
Acknowledged

Select this option to enable an acknowledgement to be sent back to an external system. Acknowledged execution mode consumes more resources since every outstanding request contains data from a response UDR.

Errors

Route On Error

Select this check box if you want a KafkaExceptionUDR, containing the error message, to be routed from the forwarding agent when an error occurs. You can only select this check box if you have selected Standard execution mode.

Note!

The emission of error UDRs is under flood protection, which means only one unique error message UDR is issued per second to prevent flooding of identical errors. In addition, if you set the number of retries to a value greater than 0 in the  Advanced tab of the Producer tab in the Kafka Profile configuration dialog, the error message UDR is not emitted until the final retry has failed.

Suppress non-fatal errorsSelect this check box if you do not want to log non-fatal errors produced by the Kafka forwarding agent in the System Log.