DataflowEndpointKafkaBatching interface

Kafka endpoint Batching properties

Properties

latencyMs

Batching latency in milliseconds.

maxBytes

Maximum number of bytes in a batch.

maxMessages

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