Skip to content
DocsTry Aspire
DocsTry

RedPandaServerResource Constructors

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