File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
integration-tests/exactlyonce/src/test/java/io/questdb/kafka Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ public class ExactlyOnceIT {
5050 private static final int VICTIM_KAFKA = 2 ;
5151 private static final int VICTIMS_TOTAL = VICTIM_KAFKA + 1 ;
5252
53- private static final DockerImageName KAFKA_CONTAINER_IMAGE = DockerImageName .parse ("confluentinc/cp-kafka:7.6.0 " );
54- private static final DockerImageName CONNECT_CONTAINER_IMAGE = DockerImageName .parse ("confluentinc/cp-kafka-connect:7.6.0 " );
55- private static final DockerImageName QUESTDB_CONTAINER_IMAGE = DockerImageName .parse ("questdb/questdb:7.4 .0" );
53+ private static final DockerImageName KAFKA_CONTAINER_IMAGE = DockerImageName .parse ("confluentinc/cp-kafka:7.6.3 " );
54+ private static final DockerImageName CONNECT_CONTAINER_IMAGE = DockerImageName .parse ("confluentinc/cp-kafka-connect:7.6.3 " );
55+ private static final DockerImageName QUESTDB_CONTAINER_IMAGE = DockerImageName .parse ("questdb/questdb:8.2 .0" );
5656 private static final int KAFKA_CLUSTER_SIZE = 3 ;
5757 private static final int CONNECT_CLUSTER_SIZE = 2 ;
5858
You can’t perform that action at this time.
0 commit comments