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: