From fcf6804978c7d8706bc236ba693c08b0deeee764 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 17 Jan 2018 10:13:58 -0500 Subject: [PATCH] Add info about Kafka 0.11 with 1.3.x Fixes #1181 --- index.html | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4b19919de..f1d433ae9 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ badges: - name: CI (Jenkins) url: https://jenkins.spring.io/view/SpringCloudStream/view/CI/ - icon: ci + icon: ci - name: StackOverflow url: http://stackoverflow.com/questions/tagged/spring-cloud-stream @@ -101,7 +101,7 @@ The following is the compatibility matrix of Spring cloud Stream and its depende 1.3.x 1.3.x, 1.2.x, 1.1.x 2.3.x, 2.2.x, 2.1.x - 1.0.x, 0.11.0.x + 1.0.x*, 0.11.0.x*, 0.10.2.x 1.2.x @@ -111,7 +111,29 @@ The following is the compatibility matrix of Spring cloud Stream and its depende -Depending on the selected release-combination, the dependent projects will be referenced transitively when using maven or gradle for version management. +Depending on the selected release-combination, the dependent projects will be referenced transitively when using maven or gradle for version management. +

+* To use the 0.11.x.x or 1.x.x `kafka-clients` with 1.3.x, you must use the `spring-cloud-stream-binder-kafka11` jar (instead of `spring-cloud-stream-binder-kafka`). You must also override certain other jar versions as follows: + + + + + + + + + + + + + + + + + + +
spring-cloud-stream-binder-kafka111.3.0.RELEASE or higher
spring-kafka1.3.2.RELEASE or higher
spring-integration-kafka2.3.0.RELEASE or higher
kafka_2.11(same version as kafka-clients)