5 references to PrimaryEndpoint
Aspire.Hosting.Kafka (5)
KafkaBuilderExtensions.cs (1)
215
var primaryEndpoint = resource.
PrimaryEndpoint
;
KafkaServerResource.cs (4)
32
public EndpointReferenceExpression Host =>
PrimaryEndpoint
.Property(EndpointProperty.Host);
37
public EndpointReferenceExpression Port =>
PrimaryEndpoint
.Property(EndpointProperty.Port);
41
/// To connect to the Kafka broker from a host process, use <see cref="
PrimaryEndpoint
"/>.
49
ReferenceExpression.Create($"{
PrimaryEndpoint
.Property(EndpointProperty.HostAndPort)}");