Skip to content

Commit

Permalink
Upgrade confluentinc/cp-kafka to support running tests on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed committed Aug 31, 2023
1 parent eef60e5 commit 0e4b298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/reactor/kafka/AbstractKafkaTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public abstract class AbstractKafkaTest {

public static final int DEFAULT_TEST_TIMEOUT = 60_000;

private static final KafkaContainer KAFKA = new KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:6.2.1"))
private static final KafkaContainer KAFKA = new KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:7.5.0"))
.withNetwork(null)
.withEnv("KAFKA_TRANSACTION_STATE_LOG_MIN_ISR", "1")
.withEnv("KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR", "1")
Expand Down

0 comments on commit 0e4b298

Please sign in to comment.