From 9165a6df2a0b19323a4466a1174d3d23d4c82430 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 24 Jan 2018 21:01:56 -0500 Subject: [PATCH] Clarify the use of 0.11.x.x with 2.0.x --- index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c302160b9..783587f56 100644 --- a/index.html +++ b/index.html @@ -95,13 +95,13 @@ The following is the compatibility matrix of Spring cloud Stream and its depende 2.0.x 2.1.x, 2.0.x 3.0.x - 1.0.x, 0.11.0.x + 1.0.x, 0.11.0.x* 1.3.x 1.3.x, 1.2.x, 1.1.x 2.3.x, 2.2.x, 2.1.x - 0.11.0.x*, 0.10.2.x + 0.11.0.x**, 0.10.2.x 1.2.x @@ -113,7 +113,11 @@ 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.

-* To use the 0.11.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: +*The 2.0.x binder uses the pure java `AdminClient` to provision topics. +When using the 0.11.x.x client, topics can be provisioned, but the number of partitions cannot be automatically adjusted up. +To increase the number of topics, you must use the kafka tools instead. +
+** To use the 0.11.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: