BrokerProperties interface
Broker Resource properties
Properties
advanced | Advanced settings of Broker. |
cardinality | The cardinality details of the broker. |
diagnostics | Spec defines the desired identities of Broker diagnostics settings. |
disk |
Settings of Disk Backed Message Buffer. |
generate |
This setting controls whether Kubernetes CPU resource limits are requested. Increasing the number of replicas or workers proportionally increases the amount of CPU resources requested. If this setting is enabled and there are insufficient CPU resources, an error will be emitted. |
memory |
Memory profile of Broker. |
provisioning |
The status of the last operation. |
Property Details
advanced
cardinality
diagnostics
Spec defines the desired identities of Broker diagnostics settings.
diagnostics?: BrokerDiagnostics
Property Value
diskBackedMessageBuffer
Settings of Disk Backed Message Buffer.
diskBackedMessageBuffer?: DiskBackedMessageBuffer
Property Value
generateResourceLimits
This setting controls whether Kubernetes CPU resource limits are requested. Increasing the number of replicas or workers proportionally increases the amount of CPU resources requested. If this setting is enabled and there are insufficient CPU resources, an error will be emitted.
generateResourceLimits?: GenerateResourceLimits
Property Value
memoryProfile
Memory profile of Broker.
memoryProfile?: string
Property Value
string
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string