File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ////
2+ #Commented out until 2.3 is released
13[[deps-for-21x]]
24== Override Dependencies to use the 2.1.x kafka-clients with an Embedded Broker
35
@@ -48,6 +50,7 @@ When you use `spring-kafka-test` (version 2.2.x) with the 2.1.x `kafka-clients`
4850</dependency>
4951----
5052====
53+ ////
5154
5255[appendix]
5356[[history]]
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ compile 'org.springframework.kafka:spring-kafka:{project-version}'
3333
3434This quick tour works with the following versions:
3535
36- * Apache Kafka Clients 2.0 .0
37- * Spring Framework 5.1 .x
36+ * Apache Kafka Clients 2.2 .0
37+ * Spring Framework 5.2 .x
3838* Minimum Java version: 8
3939
4040==== A Very, Very Quick Example
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This section covers the changes made from version 2.2 to version 2.3.
55[[kafka-client-2.1]]
66==== Kafka Client Version
77
8- This version requires the 2.1 .0 `kafka-clients` or higher.
8+ This version requires the 2.2 .0 `kafka-clients` or higher.
99
1010==== Listener Container Changes
1111
You can’t perform that action at this time.
0 commit comments