KafkaProfile interface

The Kafka cluster profile.

Properties

connectivityEndpoints

Kafka bootstrap server and brokers related connectivity endpoints. NOTE: This property will not be serialized. It can only be populated by the server.

diskStorage

Kafka disk storage profile.

enableKRaft

Expose Kafka cluster in KRaft mode.

enablePublicEndpoints

Expose worker nodes as public endpoints.

remoteStorageUri

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

Kafka disk storage profile.

diskStorage: DiskStorageProfile

Property Value

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