From 764a90720a7307d07fe21d2f6392c0c16fe46b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EB=B3=91=EC=A4=80=5BPlasma1=5D?= Date: Thu, 8 Dec 2022 00:37:56 +0900 Subject: [PATCH] fix a broken link for kafka transaction reference --- docs/src/main/asciidoc/kafka/kafka_overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/kafka/kafka_overview.adoc b/docs/src/main/asciidoc/kafka/kafka_overview.adoc index 241cdabec..2bca5cc3e 100644 --- a/docs/src/main/asciidoc/kafka/kafka_overview.adoc +++ b/docs/src/main/asciidoc/kafka/kafka_overview.adoc @@ -128,7 +128,7 @@ If the partition count of the target topic is smaller than the expected value, t + Default: `false`. spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix:: -Enables transactions in the binder. See `transaction.id` in the Kafka documentation and https://docs.spring.io/spring-kafka/reference/html/_reference.html#transactions[Transactions] in the `spring-kafka` documentation. +Enables transactions in the binder. See `transaction.id` in the Kafka documentation and https://docs.spring.io/spring-kafka/reference/html/#transactions[Transactions] in the `spring-kafka` documentation. When transactions are enabled, individual `producer` properties are ignored and all producers use the `spring.cloud.stream.kafka.binder.transaction.producer.*` properties. + Default `null` (no transactions)