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: