Add info about Kafka 0.11 with 1.3.x

Fixes #1181
This commit is contained in:
Gary Russell
2018-01-17 10:13:58 -05:00
committed by Oleg Zhurakousky
parent 47a9766585
commit fcf6804978

View File

@@ -19,7 +19,7 @@ badges:
- name: CI (Jenkins)
url: https://jenkins.spring.io/view/SpringCloudStream/view/CI/
icon: ci
icon: ci
- name: StackOverflow
url: http://stackoverflow.com/questions/tagged/spring-cloud-stream
@@ -101,7 +101,7 @@ The following is the compatibility matrix of Spring cloud Stream and its depende
<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>1.0.x, 0.11.0.x</td>
<td>1.0.x<sup>*</sup>, 0.11.0.x<sup>*</sup>, 0.10.2.x</td>
</tr>
<tr>
<td>1.2.x</td>
@@ -111,7 +111,29 @@ The following is the compatibility matrix of Spring cloud Stream and its depende
</tr>
</table>
Depending on the selected release-combination, the dependent projects will be referenced transitively when using maven or gradle for version management.
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 or 1.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>
<td>spring-cloud-stream-binder-kafka11</td>
<td>1.3.0.RELEASE or higher</td>
</tr>
<tr>
<td>spring-kafka</td>
<td>1.3.2.RELEASE or higher</td>
</tr>
<tr>
<td>spring-integration-kafka</td>
<td>2.3.0.RELEASE or higher</td>
</tr>
<tr>
<td>kafka_2.11</td>
<td>(same version as kafka-clients)</td>
</tr>
</table
{% endcapture %}