DataflowEndpointKafkaBatching interface
Kafka endpoint Batching properties
Properties
latency |
Batching latency in milliseconds. |
max |
Maximum number of bytes in a batch. |
max |
Maximum number of messages in a batch. |
mode | Mode for batching. |
Property Details
latencyMs
Batching latency in milliseconds.
latencyMs?: number
Property Value
number
maxBytes
Maximum number of bytes in a batch.
maxBytes?: number
Property Value
number
maxMessages
Maximum number of messages in a batch.
maxMessages?: number
Property Value
number
mode
Mode for batching.
mode?: string
Property Value
string