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