Skip to content

Commit

Permalink
Test Kafka container to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Nov 30, 2021
1 parent a57afbd commit 5d95ccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class KafkaBrokerExtension implements BeforeAllCallback, ParameterResolver, CloseableResource {
public static final Logger LOGGER = Logger.getLogger(KafkaBrokerExtension.class.getName());

public static final String KAFKA_VERSION = "latest-kafka-2.8.0";
public static final String KAFKA_VERSION = "latest-kafka-3.0.0";

private static boolean started = false;
static StrimziKafkaContainer kafka;
Expand Down

0 comments on commit 5d95ccd

Please sign in to comment.