Aspire.Hosting.Kafka
Official
📦 Aspire.Hosting.Kafka v13.2.0-preview.1.26159.1 5 Functions
2 Types
2 types and 14 members
Types
Functions
function
addKafka builder Adds a Kafka container resource
addKafka(name: string, port?: number): KafkaServerResource function
withDataBindMount builder Adds a data bind mount to the Kafka container
withDataBindMount(source: string, isReadOnly?: boolean): KafkaServerResource function
withDataVolume builder Adds a data volume to the Kafka container
withDataVolume(name?: string, isReadOnly?: boolean): KafkaServerResource function
withHostPort builder Sets the host port for the Kafka UI container
withHostPort(port: number): KafkaUIContainerResource function
withKafkaUI builder Adds a Kafka UI container to manage the Kafka resource
withKafkaUI(configureContainer?: (obj: KafkaUIContainerResource) => void, containerName?: string): KafkaServerResource