KafkaTopicMapBatchingArgs

data class KafkaTopicMapBatchingArgs(val enabled: Output<Boolean>? = null, val latencyMs: Output<Int>? = null, val maxBytes: Output<Double>? = null, val maxMessages: Output<Double>? = null) : ConvertibleToJava<KafkaTopicMapBatchingArgs>

Kafka TopicMap Batching properties

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, latencyMs: Output<Int>? = null, maxBytes: Output<Double>? = null, maxMessages: Output<Double>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

The setting to enable or disable batching.

Link copied to clipboard
val latencyMs: Output<Int>? = null

The latency of message batching.

Link copied to clipboard
val maxBytes: Output<Double>? = null

The maximum bytes to send in a batch.

Link copied to clipboard
val maxMessages: Output<Double>? = null

The maximum messages to send in a batch.

Functions

Link copied to clipboard
open override fun toJava(): KafkaTopicMapBatchingArgs