Clarify the use of 0.11.x.x with 2.0.x

This commit is contained in:
Gary Russell
2018-01-24 21:01:56 -05:00
parent f4228715b5
commit 9165a6df2a

View File

@@ -95,13 +95,13 @@ The following is the compatibility matrix of Spring cloud Stream and its depende
<td>2.0.x</td>
<td>2.1.x, 2.0.x</td>
<td>3.0.x</td>
<td>1.0.x, 0.11.0.x</td>
<td>1.0.x, 0.11.0.x<sup>*</sup></td>
</tr>
<tr>
<td>1.3.x</td>
<td>1.3.x, 1.2.x, 1.1.x</td>
<td>2.3.x, 2.2.x, 2.1.x</td>
<td>0.11.0.x<sup>*</sup>, 0.10.2.x</td>
<td>0.11.0.x<sup>**</sup>, 0.10.2.x</td>
</tr>
<tr>
<td>1.2.x</td>
@@ -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.
<br/><br/>
<sup>*</sup> 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:
<sup>*</sup>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.
<br/>
<sup>**</sup> 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:
<table>
<tr>