Package version:

The Kafka cluster profile.

interface KafkaProfile {
    connectivityEndpoints?: KafkaConnectivityEndpoints;
    diskStorage: DiskStorageProfile;
    enableKRaft?: boolean;
    enablePublicEndpoints?: boolean;
    remoteStorageUri?: string;
}

Properties

connectivityEndpoints?: KafkaConnectivityEndpoints

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

diskStorage: DiskStorageProfile

Kafka disk storage profile.

enableKRaft?: boolean

Expose Kafka cluster in KRaft mode.

enablePublicEndpoints?: boolean

Expose worker nodes as public endpoints.

remoteStorageUri?: string

Fully qualified path of Azure Storage container used for Tiered Storage.