RedPandaServerResource Constructors
ClassConstructors1 member
A resource that represents a Redpanda streaming platform container.
Constructor(string)Section titled Constructor(string) A resource that represents a Redpanda streaming platform container.
public class RedPandaServerResource{ public RedPandaServerResource( string name) { // ... }}Parameters
namestringThe name of the resource.Remarks
Redpanda is a Kafka API compatible streaming platform. The
RedPandaServerResource.ConnectionStringExpression returns the bootstrap broker address ( host:port) that Kafka clients use to connect.