File tree 1 file changed +3
-3
lines changed
integration-tests/exactlyonce/src/test/java/io/questdb/kafka
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ public class ExactlyOnceIT {
50
50
private static final int VICTIM_KAFKA = 2 ;
51
51
private static final int VICTIMS_TOTAL = VICTIM_KAFKA + 1 ;
52
52
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" );
56
56
private static final int KAFKA_CLUSTER_SIZE = 3 ;
57
57
private static final int CONNECT_CLUSTER_SIZE = 2 ;
58
58
You can’t perform that action at this time.
0 commit comments