testcontainers-scala icon indicating copy to clipboard operation
testcontainers-scala copied to clipboard

Allow specifying full image in KafkaContainer

Open s4nk opened this issue 5 years ago • 0 comments

At the moment KafkaContainer only allows to specify the Confluent platform version (which under the hood translates into a version of the "confluentinc/cp-kafka" image). In org.testcontainers.containers.KafkaContainer the two constructors used by com.dimafeng.testcontainers.KafkaContainer are now deprecated, and the only one available is public KafkaContainer(final DockerImageName dockerImageName). An equivalent change and deprecation could be made in com.dimafeng.testcontainers.KafkaContainer.

s4nk avatar Dec 22 '20 15:12 s4nk