Kafka Topic Map Batching Args
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
fun KafkaTopicMapBatchingArgs(enabled: Output<Boolean>? = null, latencyMs: Output<Int>? = null, maxBytes: Output<Double>? = null, maxMessages: Output<Double>? = null)