From 5874da39ecea04054a7ea494f4fb9937d0bb0ace Mon Sep 17 00:00:00 2001 From: A S Adil Mohammad Date: Mon, 4 Aug 2025 17:42:51 +0530 Subject: [PATCH 1/3] docs: updating documentation to reflect Kafka compatibility Signed-off-by: A S Adil Mohammad --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 968c1fe..10f2c1e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The connector is supplied as source code which you can easily build into a JAR f **Note**: A sink connector for IBM MQ is also available on [GitHub](https://github.com/ibm-messaging/kafka-connect-mq-sink). +**Compatibility:**: This Connector supports Kafka versions upto 3.9. It is not compatible with Kafka 4.x. + ## Contents - [Building the connector](#building-the-connector) From 345f670485355dce69b4e2bb6b72c338780e3e43 Mon Sep 17 00:00:00 2001 From: A S Adil Mohammad Date: Mon, 4 Aug 2025 23:09:33 +0530 Subject: [PATCH 2/3] docs: updating documentation to reflect Kafka compatibility Co-authored-by: thajinushehin Signed-off-by: A S Adil Mohammad --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10f2c1e..75d16c7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The connector is supplied as source code which you can easily build into a JAR f **Note**: A sink connector for IBM MQ is also available on [GitHub](https://github.com/ibm-messaging/kafka-connect-mq-sink). -**Compatibility:**: This Connector supports Kafka versions upto 3.9. It is not compatible with Kafka 4.x. +**Kafka version support:**: This connector supports Kafka versions upto 3.9. It is not compatible with Kafka 4.x. ## Contents From ef1ec1afd6a797f3955b56de9c778f87bc8fee44 Mon Sep 17 00:00:00 2001 From: A S Adil Mohammad Date: Tue, 5 Aug 2025 10:50:17 +0530 Subject: [PATCH 3/3] docs: correcting the kafka version support Signed-off-by: A S Adil Mohammad --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75d16c7..adbf5f2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The connector is supplied as source code which you can easily build into a JAR f **Note**: A sink connector for IBM MQ is also available on [GitHub](https://github.com/ibm-messaging/kafka-connect-mq-sink). -**Kafka version support:**: This connector supports Kafka versions upto 3.9. It is not compatible with Kafka 4.x. +**Kafka version support**: This connector supports Kafka versions upto 3.9. It is not compatible with Kafka 4.x. ## Contents