When using the strimzi containers, instead of the Kafka ones, they fail to launch due to:
java.lang.IllegalArgumentException: Requested port (9092) is not mapped at org.testcontainers.containers.ContainerState.getMappedPort(ContainerState.java:152) at org.apache.camel.test.infra.kafka.services.StrimziContainer.getKafkaPort(StrimziContainer.java:56)
- links to