Kafka Batch Collector(3.0)

The Kafka batch collection agent consumes messages from the topic and partitions stated in the  Kafka collection agents' configuration , which contains the following settings:

SettingDescription

Profile

Browse and select the profile the agent should use, as defined in the Kafka Profile (3.0).

All

Select this option if you want messages to be be collected from all of the partitions.

RangeSelect this option if you want messages to be collected from the range that you specify.
SpecificSelect this option if you want messages to be collected from the specified partition(s). This is a comma separated list.
Batch Size

Use this fi eld to set the number of messages you want to have in each batch. If this fi eld is set to 0, all messages will be collected in one batch. 

Note!

For performance reasons it is important to set a reasonable batch size. If the batch size is set too low, meaning that many batches are run per second, this will affect the performance. 


Default Offset settings
The Kafka batch collection agent will collect the messages in sequence, and when the batch is finished the last number in the sequence will be the offset for the messages in the next batch. If the next message in sequence does not exist in the next batch for some reason, the Default Offset settings can be used to determine where the Kafka batch collection should start. 
Start at Beginning

Select this option if you want the agent to start collecting from the first message in the queue. 

Start at End

Select this option if you want the agent will start collecting from the last message in the queue. This means that the workflow will not collect anything, but the offset will be updated to the last messages for the next run. 

Input/Output Data

Input Data

Messages from the Kafka Log.

Output Data

KafkaUDR(3.0)