2 references to PrimaryEndpointName
Aspire.Hosting.Kafka (2)
KafkaBuilderExtensions.cs (1)
73
.WithEndpoint(targetPort: KafkaBrokerPort, port: port, name: KafkaServerResource.
PrimaryEndpointName
)
KafkaServerResource.cs (1)
26
public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this,
PrimaryEndpointName
);