withKafkaUI
Method
interface RedPandaServerResource { // ... omitted for brevity withKafkaUI( configureContainer?: callback, containerName?: string): RedPandaServerResource;}Signature
method
withKafkaUIbuilderAdds 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): RedPandaServerResourceParameters
configureContainer(obj: RedPandaKafkaUiContainerResource) => Promise<void>optionalcontainerNamestringoptionalReturns
RedPandaServerResourceApplies to
This method applies to the following types: