From 3a47c8b81dadc990f52fe166eae332c3dccdad48 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Fri, 17 Oct 2025 11:42:04 -0400 Subject: [PATCH] MLE-24747 Small docs updates for versions Not mentioning Confluent Platform versions anymore, so we don't have to be in the business of syncing with those. We just want to mention Kafka versions. --- docs/system-requirements.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/system-requirements.md b/docs/system-requirements.md index bef8a1e1..791c1472 100644 --- a/docs/system-requirements.md +++ b/docs/system-requirements.md @@ -6,10 +6,7 @@ nav_order: 2 The MarkLogic Kafka connector has the following system requirements: -* Kafka 2.5 or higher, or Confluent Platform 7 or higher +* For version 2.0.0 of the connector and higher, Kafka 4.0 or higher and Java 17 or higher are required. +* For versions of the connector prior to 2.0.0, Kafka 2.5 or higher and Java 8 or higher are required. * For writing data, MarkLogic 9 or higher. * For reading data, MarkLogic 10.0-6 or higher. - -The MarkLogic Kafka connector may work on versions of Kafka prior to 2.5 or Confluent Platform prior to 7, but it has -not been tested on those. -