BackendChainArgs

data class BackendChainArgs(val partitions: Output<Int>, val redundancyFactor: Output<Int>, val workers: Output<Int>? = null) : ConvertibleToJava<BackendChainArgs>

Desired properties of the backend instances of the broker

Constructors

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

Properties

Link copied to clipboard
val partitions: Output<Int>

The desired number of physical backend partitions.

Link copied to clipboard
val redundancyFactor: Output<Int>

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

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

Number of logical backend workers per replica (pod).

Functions

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