You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/01 15:58:22 UTC

[GitHub] [camel-quarkus] zhfeng commented on issue #3239: [Quarkus 2.5.0] Kafka SASL / SSL tests are failing

zhfeng commented on issue #3239:
URL: https://github.com/apache/camel-quarkus/issues/3239#issuecomment-956357014


   @jamesnetherton I think you are right. This is related to testcontainers 1.6.2 changes with
   
   https://github.com/testcontainers/testcontainers-java/blob/4df9b900e79e4a3033ef0975abacf9064a0e7353/modules/kafka/src/main/java/org/testcontainers/containers/KafkaContainer.java#L76-L86
   
   it set ```KAFKA_ADVERTISED_LISTENERS``` with ```BROKER:localhost:9092``` explicitly. So Kafka SSL is not enabled when lauching the instance. 
   
   I think this is a bug in testcontainers.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org