From 69e377e13b7df9cf256db271522e5601c9cc618e Mon Sep 17 00:00:00 2001 From: Jay Lindquist Date: Wed, 26 Jan 2022 06:52:05 -0600 Subject: [PATCH] Update documented version of kafka-clients It looks like this has been incorrect for a few versions. The main branch is currently pulling in 3.1.0 https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/blob/main/pom.xml#L26 --- 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 367ae107..ff2771f2 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.