zentol commented on code in PR #20170:
URL: https://github.com/apache/flink/pull/20170#discussion_r989997402
##########
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/util/DockerImageVersions.java:
##########
@@ -28,7 +28,9 @@
*/
public class DockerImageVersions {
- public static final String KAFKA = "confluentinc/cp-kafka:6.2.2";
+ public static final String KAFKA = "confluentinc/cp-kafka:7.2.2";
+
+ public static final String SCHEMA_REGISTRY =
"confluentinc/cp-schema-registry:7.2.2";
Review Comment:
I don't remember. I think because in some cases we pull LATEST, so we'd
invalidate the cache quite frequently.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]