Skip to content

Commit b582291

Browse files
committed
Doc: Change SIK What's New? to Newest First
1 parent 32f5aa0 commit b582291

File tree

1 file changed

+29
-24
lines changed

1 file changed

+29
-24
lines changed

src/reference/asciidoc/si-kafka.adoc

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -728,21 +728,25 @@ When an integration flow starts with an interface, the proxy that is created has
728728

729729
See the https://projects.spring.io/spring-kafka/[Spring for Apache Kafka Project Page] for a matrix of compatible `spring-kafka` and `kafka-clients` versions.
730730

731-
===== 2.1.x
731+
===== 3.2.x
732732

733-
The 2.1.x branch introduced the following changes:
733+
* The `KafkaMessageSource` 's `Consumer` can now be paused and resumed.
734+
* XML configuration for gateways and the pollable source.
735+
* The `KafkaMessageSource` can now be configured to fetch multiple records on each `poll()`.
736+
* The `MessagingTransformer` allows you to invoke a Spring Integration flow from a Kafka streams topology.
734737

735-
* Update to `spring-kafka` 1.1.x, including support of batch payloads
736-
* Support `sync` outbound requests in XML configuration
737-
* Support `payload-type` for inbound channel adapters
738-
* Support for enhanced error handling for the inbound channel adapter (2.1.1)
739-
* Support for send success and failure messages (2.1.2)
738+
===== 3.1.x
740739

741-
===== 2.2.x
740+
* Update to `spring-kafka` 2.2.x and `kafka-clients` 2.0.0
741+
* Support tombstones in EIP POJO Methods
742742

743-
The 2.2.x branch introduced the following changes:
743+
===== 3.0.x
744744

745-
* Update to `spring-kafka` 1.2.x
745+
* Update to `spring-kafka` 2.1.x and `kafka-clients` 1.0.0
746+
* Support `ConsumerAwareMessageListener` (`Consumer` is available in a message header)
747+
* Update to Spring Integration 5.0 and Java 8
748+
* Moved Java DSL to the main project
749+
* Added inbound and outbound gateways (3.0.2)
746750

747751
===== 2.3.x
748752

@@ -751,22 +755,23 @@ The 2.3.x branch introduced the following changes:
751755
* Update to `spring-kafka` 1.3.x, including support for transactions and header mapping provided by `kafka-clients` 0.11.0.0
752756
* Support for record timestamps
753757

754-
===== 3.0.x
758+
===== 2.2.x
755759

756-
* Update to `spring-kafka` 2.1.x and `kafka-clients` 1.0.0
757-
* Support `ConsumerAwareMessageListener` (`Consumer` is available in a message header)
758-
* Update to Spring Integration 5.0 and Java 8
759-
* Moved Java DSL to the main project
760-
* Added inbound and outbound gateways (3.0.2)
760+
The 2.2.x branch introduced the following changes:
761761

762-
===== 3.1.x
762+
* Update to `spring-kafka` 1.2.x
763763

764-
* Update to `spring-kafka` 2.2.x and `kafka-clients` 2.0.0
765-
* Support tombstones in EIP POJO Methods
764+
===== 2.1.x
766765

767-
===== 3.2.x
766+
The 2.1.x branch introduced the following changes:
768767

769-
* The `KafkaMessageSource` 's `Consumer` can now be paused and resumed.
770-
* XML configuration for gateways and the pollable source.
771-
* The `KafkaMessageSource` can now be configured to fetch multiple records on each `poll()`.
772-
* The `MessagingTransformer` allows you to invoke a Spring Integration flow from a Kafka streams topology.
768+
* Update to `spring-kafka` 1.1.x, including support of batch payloads
769+
* Support `sync` outbound requests in XML configuration
770+
* Support `payload-type` for inbound channel adapters
771+
* Support for enhanced error handling for the inbound channel adapter (2.1.1)
772+
* Support for send success and failure messages (2.1.2)
773+
774+
===== 2.0.x
775+
776+
The 2.0.x version was the first version to be based on Spring for Apache Kafka and the Java clients.
777+
Earlier versions used the scala clients directly.

0 commit comments

Comments
 (0)