addRedPanda
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addRedPanda( name: string, port?: number): RedPandaServerResource;}Signature
method
addRedPandabuilderAdds a Redpanda container resource to the application. Redpanda is a Kafka API compatible streaming platform, so the resource can be referenced by any Kafka client integration.
addRedPanda( name: string, port?: number): RedPandaServerResourceParameters
namestringportnumberoptionalReturns
RedPandaServerResourceApplies to
This method applies to the following types: