From 47a9766585c85fac91206ddfd6de6c1c1b273517 Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Tue, 14 Nov 2017 08:12:36 -0800 Subject: [PATCH] Add kafka version compatibility matrix --- index.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/index.html b/index.html index f1ee18a5b..4b19919de 100644 --- a/index.html +++ b/index.html @@ -78,6 +78,41 @@ public class StreamdemoApplication { Make sure Kafka (0.10.1.x or later) is running when you run the application. You can use the `kafka-console-consumer.sh` utility provided by Kafka to monitor messages sent on the `output` topic. +## Kafka Client Compatibility + +Spring Cloud Stream's Kafka binder builds upon Spring Kafka and Spring Integration Kafka libraries. Specifically, Spring Kafka is the core to this foundation, and it is based on the pure java `kafka-clients` jar. + +The following is the compatibility matrix of Spring cloud Stream and its dependent projects: + + + + + + + + + + + + + + + + + + + + + + + + + + +
Spring Cloud Stream VersionSpring for Apache Kafka VersionSpring Integration for Apache Kafka Versionkafka-clients Version
2.0.x2.1.x, 2.0.x3.0.x1.0.x, 0.11.0.x
1.3.x1.3.x, 1.2.x, 1.1.x2.3.x, 2.2.x, 2.1.x1.0.x, 0.11.0.x
1.2.x1.2.x, 1.1.x2.2.x, 2.1.x0.10.1.x
+ +Depending on the selected release-combination, the dependent projects will be referenced transitively when using maven or gradle for version management. + {% endcapture %} {% capture related_resources %}