withKafkaUI
Function
interface KafkaServerResource { // ... omitted for brevity withKafkaUI( configureContainer?: callback, containerName?: string): KafkaServerResource;}Signature
method
withKafkaUI builder Adds a Kafka UI container to manage the Kafka resource
withKafkaUI(configureContainer?: (obj: KafkaUIContainerResource) => void, containerName?: string): KafkaServerResourceParameters
configureContainer (obj: KafkaUIContainerResource) => void optional containerName string optional Returns
KafkaServerResource Applies to
This function is an extension method on the following types: