You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/reference/asciidoc/si-kafka.adoc
+29-24Lines changed: 29 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -728,21 +728,25 @@ When an integration flow starts with an interface, the proxy that is created has
728
728
729
729
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.
730
730
731
-
===== 2.1.x
731
+
===== 3.2.x
732
732
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.
734
737
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
740
739
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
742
742
743
-
The 2.2.x branch introduced the following changes:
743
+
===== 3.0.x
744
744
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)
746
750
747
751
===== 2.3.x
748
752
@@ -751,22 +755,23 @@ The 2.3.x branch introduced the following changes:
751
755
* Update to `spring-kafka` 1.3.x, including support for transactions and header mapping provided by `kafka-clients` 0.11.0.0
752
756
* Support for record timestamps
753
757
754
-
===== 3.0.x
758
+
===== 2.2.x
755
759
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:
761
761
762
-
===== 3.1.x
762
+
* Update to `spring-kafka` 1.2.x
763
763
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
766
765
767
-
===== 3.2.x
766
+
The 2.1.x branch introduced the following changes:
768
767
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.
0 commit comments