BackendChainResponse

data class BackendChainResponse(val partitions: Int, val redundancyFactor: Int, val workers: Int? = null)

Desired properties of the backend instances of the broker

Constructors

Link copied to clipboard
constructor(partitions: Int, redundancyFactor: Int, workers: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The desired number of physical backend partitions.

Link copied to clipboard

The desired numbers of backend replicas (pods) in a physical partition.

Link copied to clipboard
val workers: Int? = null

Number of logical backend workers per replica (pod).