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