From 1f4282b36a59671f270fcfc216a18bfa4bde95e1 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 25 Jan 2018 14:14:22 -0500 Subject: [PATCH] Clarify use of 0.11 with 2.0 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 783587f56..4ec8b518f 100644 --- a/index.html +++ b/index.html @@ -116,6 +116,7 @@ Depending on the selected release-combination, the dependent projects will be re *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. +The property `spring.cloud.stream.kafka.binder.auto-add-partitions` must be `false` (default).
** 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: