ConcurrencyConfigurationResponse

data class ConcurrencyConfigurationResponse(val batchQueueSize: Int? = null, val workerCount: Int? = null)

Concurrent publishing configuration.

Constructors

Link copied to clipboard
constructor(batchQueueSize: Int? = null, workerCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchQueueSize: Int? = null

Size of the queue for log batches.

Link copied to clipboard
val workerCount: Int? = null

Number of parallel workers processing the log queues.