Skip to content

Commit 8883fb9

Browse files
committed
Use apache/kafka i.o. apache/kafka-native to see if this works
Use apache/kafka i.o. apache/kafka-native to see if this works #552
1 parent 65b518f commit 8883fb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kafka-spring-boot-3-integrationtests/src/test/java/org/axonframework/extensions/kafka/integration/StreamableKafkaSourceIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
class StreamableKafkaSourceIntegrationTest {
4242

4343
@Container
44-
private static final KafkaContainer KAFKA_CONTAINER = new KafkaContainer("apache/kafka-native");
44+
private static final KafkaContainer KAFKA_CONTAINER = new KafkaContainer("apache/kafka");
4545

4646
private ApplicationContextRunner testApplicationContext;
4747

kafka-spring-boot-3-integrationtests/src/test/java/org/axonframework/extensions/kafka/integration/TokenReplayIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
class TokenReplayIntegrationTest {
5757

5858
@Container
59-
private static final KafkaContainer KAFKA_CONTAINER = new KafkaContainer("apache/kafka-native");
59+
private static final KafkaContainer KAFKA_CONTAINER = new KafkaContainer("apache/kafka");
6060

6161
private ApplicationContextRunner testApplicationContext;
6262

0 commit comments

Comments
 (0)