testcontainers-rs-modules-community icon indicating copy to clipboard operation
testcontainers-rs-modules-community copied to clipboard

feat: add support for `apache\kafka` docker image

Open milenkovicm opened this issue 1 year ago • 1 comments

Up till now kafka test container used confluentinc/cp-kafka, recently kafka started producing two official images apache\kafka and apache\kafka-native which may use kraft protocol, thus no zookeeper instance is needed.

apache\kafka-native image has kafka server compiled using GraalVM which decreases container startup and memory consumption.

Default image is apache\kafka-native which provide fast starting speed.

More details:

milenkovicm avatar Aug 12 '24 17:08 milenkovicm

I've used this commit to fix mongo example missing feature which was failing tests

milenkovicm avatar Aug 12 '24 20:08 milenkovicm

thanks @CommanderStorm, I hope your comments have been addressed

milenkovicm avatar Aug 21 '24 09:08 milenkovicm