
Testcontainers now has org.testcontainers.containers.KafkaContainer (that we support) and org.testcontainers.kafka.KafkaContainer (that we don't yet support). This commit fully-qualifies the name so that it's clear which KafkaContainer we're referring to. Closes gh-40699