FrontendResponse

data class FrontendResponse(val replicas: Int, val workers: Int? = null)

The desired properties of the frontend instances of the Broker

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The desired number of frontend instances (pods).

Link copied to clipboard
val workers: Int? = null

Number of logical frontend workers per instance (pod).