From 235146e29a61261cd62b528075067db88552988b Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 27 Jan 2022 10:53:54 -0500 Subject: [PATCH] Revert "Revert "Update documented version of kafka-clients"" This reverts commit 65960e101fb2ea51761056ca1ae6c950aed5adcc. --- docs/src/main/asciidoc/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/overview.adoc b/docs/src/main/asciidoc/overview.adoc index 367ae107c..ff2771f21 100644 --- a/docs/src/main/asciidoc/overview.adoc +++ b/docs/src/main/asciidoc/overview.adoc @@ -40,7 +40,7 @@ The Apache Kafka Binder implementation maps each destination to an Apache Kafka The consumer group maps directly to the same Apache Kafka concept. Partitioning also maps directly to Apache Kafka partitions as well. -The binder currently uses the Apache Kafka `kafka-clients` version `2.3.1`. +The binder currently uses the Apache Kafka `kafka-clients` version `3.1.0`. This client can communicate with older brokers (see the Kafka documentation), but certain features may not be available. For example, with versions earlier than 0.11.x.x, native headers are not supported. Also, 0.11.x.x does not support the `autoAddPartitions` property.