FrontendResponse

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

Desired properties of the Frontend Instances of the DMQTT Broker

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Replicas is desired number of frontend replicas of the given distributed MQTT broker.

Link copied to clipboard

Defines the limits for resources of the frontend instances of the MQTT broker.

Link copied to clipboard
val workers: Int? = null

Number of logical frontend workers per pod.