You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testcontainers 1.19.8 introduces org.testcontainers.kafka.KafkaContainer, for using Apache's Kafka Docker image (the existing KafkaContainer uses Confluent's). When we upgrade to 1.19.8, we'll need to make some updates to the docs to be clear that we only support Confluent's at the moment. #40695 will add support for the new KafkaContainer.