Skip to content

Commit

Permalink
TIKA-4326: adjust call
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Jan 14, 2025
1 parent 8ac9a52 commit 8e3eb47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static void setUp() {
private final File testFileFolder = new File("target", "test-files");

private final Set<String> waitingFor = new HashSet<>();
KafkaContainer kafka = new KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:6.2.1"));
KafkaContainer kafka = new KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:6.2.1").asCompatibleSubstituteFor("apache/kafka"));

private void createTestFiles() throws Exception {
if (testFileFolder.mkdirs()) {
Expand Down

0 comments on commit 8e3eb47

Please sign in to comment.