fix a broken link for kafka transaction reference

This commit is contained in:
유병준[Plasma1]
2022-12-08 00:37:56 +09:00
committed by Soby Chacko
parent 3c7c5230c6
commit 764a90720a

View File

@@ -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)