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