Skip to content
DocsTry Aspire
DocsTry

withKafkaUI

Method
📦 CommunityToolkit.Aspire.Hosting.RedPanda v13.5.0
interface RedPandaServerResource {
// ... omitted for brevity
withKafkaUI(
configureContainer?: callback,
containerName?: string): RedPandaServerResource;
}

Signature

methodwithKafkaUIbuilder
Adds a Kafka UI container to the application, configured to connect to the Redpanda broker. This is the same Kafka management UI (the `kafbat/kafka-ui` image) used by the official Aspire Kafka integration, so it works against any Kafka API compatible broker.
withKafkaUI(configureContainer?: (obj: RedPandaKafkaUiContainerResource) => Promise<void>, containerName?: string): RedPandaServerResource
configureContainer(obj: RedPandaKafkaUiContainerResource) => Promise<void>optional
containerNamestringoptional
RedPandaServerResource

Applies to

This method applies to the following types: