diff --git a/index.html b/index.html index f1ee18a5b..4b19919de 100644 --- a/index.html +++ b/index.html @@ -78,6 +78,41 @@ public class StreamdemoApplication { Make sure Kafka (0.10.1.x or later) is running when you run the application. You can use the `kafka-console-consumer.sh` utility provided by Kafka to monitor messages sent on the `output` topic. +## Kafka Client Compatibility + +Spring Cloud Stream's Kafka binder builds upon Spring Kafka and Spring Integration Kafka libraries. Specifically, Spring Kafka is the core to this foundation, and it is based on the pure java `kafka-clients` jar. + +The following is the compatibility matrix of Spring cloud Stream and its dependent projects: + +
| Spring Cloud Stream Version | +Spring for Apache Kafka Version | +Spring Integration for Apache Kafka Version | +kafka-clients Version |
+
|---|---|---|---|
| 2.0.x | +2.1.x, 2.0.x | +3.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 | +1.0.x, 0.11.0.x | +
| 1.2.x | +1.2.x, 1.1.x | +2.2.x, 2.1.x | +0.10.1.x | +