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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript