From 765c2f6aa1775724a98a4d749e2671f6e69d068d Mon Sep 17 00:00:00 2001 From: Liz Fong-Jones Date: Mon, 22 Nov 2021 18:40:01 -0800 Subject: [PATCH] chore: confluent platform version bump Confluent released their distro of Kafka 3.0 as Confluent 7.0 --- functional_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functional_test.go b/functional_test.go index a5dd5d7c1..ad6e5cb6a 100644 --- a/functional_test.go +++ b/functional_test.go @@ -121,7 +121,7 @@ func prepareDockerTestEnvironment(ctx context.Context, env *testEnvironment) err var confluentPlatformVersion string switch env.KafkaVersion { case "3.0.0": - confluentPlatformVersion = "6.2.0" + confluentPlatformVersion = "7.0.0" case "2.8.1": confluentPlatformVersion = "6.2.0" case "2.7.1":