Replace absolute URL in kafka docs

- Instead of using absolute URL in kafka binder docs,
  use current-SNAPSHOT version.
This commit is contained in:
Soby Chacko
2023-07-14 14:52:48 -04:00
parent cbda586083
commit 974c96a003

View File

@@ -390,7 +390,7 @@ Keep in mind that, when using DLQ on a consumer binding that is in batch mode, a
IMPORTANT: Retry within the binder is not supported when using batch mode, so `maxAttempts` will be overridden to 1.
You can configure a `DefaultErrorHandler` (using a `ListenerContainerCustomizer`) to achieve similar functionality to retry in the binder.
You can also use a manual `AckMode` and call `Ackowledgment.nack(index, sleep)` to commit the offsets for a partial batch and have the remaining records redelivered.
Refer to the https://docs.spring.io/spring-kafka/docs/2.3.15.BUILD-SNAPSHOT/reference/html/#committing-offsets[Spring for Apache Kafka documentation] for more information about these techniques.
Refer to the https://docs.spring.io/spring-kafka/docs/current-SNAPSHOT/reference/html/#committing-offsets[Spring for Apache Kafka documentation] for more information about these techniques.
[[kafka-producer-properties]]
==== Kafka Producer Properties