Skip to content
DocsTry Aspire
DocsTry

RedPandaServerResource.withKafkaUI

Method
📦 CommunityToolkit.Aspire.Hosting.RedPanda v13.5.0
interface RedPandaServerResource {
// ... omitted for brevity
withKafkaUI(configureContainer?: (obj: RedPandaKafkaUiContainerResource) => Promise<void>, 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

Defined on

This method is defined on the following type: