2 references to KafkaInternalBrokerPort
Aspire.Hosting.Kafka (2)
KafkaBuilderExtensions.cs (2)
75
.WithEndpoint(targetPort:
KafkaInternalBrokerPort
, name: KafkaServerResource.InternalEndpointName)
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
}");