3 references to PrimaryEndpoint
Aspire.Hosting.Kafka (3)
KafkaBuilderExtensions.cs (1)
210
var primaryEndpoint = resource.
PrimaryEndpoint
;
KafkaServerResource.cs (2)
30
/// To connect to the Kafka broker from a host process, use <see cref="
PrimaryEndpoint
"/>.
38
ReferenceExpression.Create($"{
PrimaryEndpoint
.Property(EndpointProperty.HostAndPort)}");