Transmission Type Kafka

See also section Transmission (→ metadata).

For the setting options see Response Route Kafka. In addition, there are the following settings.


Waiting time in ms

The waiting time (linger.ms) is the time that is waited until sending. If messages are added until then, they are all sent together. At 0 ms, messages are always sent immediately one by one.

Message size in KB

The message size (batch.size) determines the maximum size of the collected messages. If this size is reached before the waiting time expires, sending occurs.