KafkaProfile interface
The Kafka cluster profile.
Properties
connectivity |
Kafka bootstrap server and brokers related connectivity endpoints. NOTE: This property will not be serialized. It can only be populated by the server. |
disk |
Kafka disk storage profile. |
enable |
Expose Kafka cluster in KRaft mode. |
enable |
Expose worker nodes as public endpoints. |
remote |
Fully qualified path of Azure Storage container used for Tiered Storage. |
Property Details
connectivityEndpoints
Kafka bootstrap server and brokers related connectivity endpoints. NOTE: This property will not be serialized. It can only be populated by the server.
connectivityEndpoints?: KafkaConnectivityEndpoints
Property Value
diskStorage
enableKRaft
Expose Kafka cluster in KRaft mode.
enableKRaft?: boolean
Property Value
boolean
enablePublicEndpoints
Expose worker nodes as public endpoints.
enablePublicEndpoints?: boolean
Property Value
boolean
remoteStorageUri
Fully qualified path of Azure Storage container used for Tiered Storage.
remoteStorageUri?: string
Property Value
string
Azure SDK for JavaScript