FrontendArgs

data class FrontendArgs(val replicas: Output<Int>, val workers: Output<Int>? = null) : ConvertibleToJava<FrontendArgs>

The desired properties of the frontend instances of the Broker

Constructors

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

Properties

Link copied to clipboard
val replicas: Output<Int>

The desired number of frontend instances (pods).

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

Number of logical frontend workers per instance (pod).

Functions

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