2 references to PrimaryEndpointName
Aspire.Hosting.Kafka (2)
KafkaBuilderExtensions.cs (1)
116
.WithHttpEndpoint(targetPort: KafkaUIPort, name: KafkaUIContainerResource.
PrimaryEndpointName
)
KafkaUIResource.cs (1)
21
public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this,
PrimaryEndpointName
);