2 references to KafkaBrokerPort
Aspire.Hosting.Kafka (2)
KafkaBuilderExtensions.cs (2)
74
.WithEndpoint(targetPort:
KafkaBrokerPort
, port: port, name: KafkaServerResource.PrimaryEndpointName)
209
context.EnvironmentVariables.Add($"KAFKA_LISTENERS", $"PLAINTEXT://localhost:29092,CONTROLLER://localhost:29093,PLAINTEXT_HOST://0.0.0.0:{
KafkaBrokerPort
},PLAINTEXT_INTERNAL://0.0.0.0:{KafkaInternalBrokerPort}");