Skip to content

Commit 93004c5

Browse files
committed
Remove Dead Links from Change History
1 parent 20f75bc commit 93004c5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Diff for: spring-kafka-docs/src/main/asciidoc/changes-since-1.0.adoc

-11
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,9 @@ A new container property `stopImmediate` is now available.
175175
See <<container-props>> for more information.
176176

177177
Error handlers that use a `BackOff` between delivery attempts (e.g. `SeekToCurrentErrorHandler` and `DefaultAfterRollbackProcessor`) will now exit the back off interval soon after the container is stopped, rather than delaying the stop.
178-
See <<after-rollback>> and <<seek-to-current>> for more information.
179178

180179
Error handlers and after rollback processors that extend `FailedRecordProcessor` can now be configured with one or more `RetryListener` s to receive information about retry and recovery progress.
181180

182-
See See <<after-rollback>>, <<seek-to-current>>, and <<recovering-batch-eh>> for more information.
183-
184181
The `RecordInterceptor` now has additional methods called after the listener returns (normally, or by throwing an exception).
185182
It also has a sub-interface `ConsumerAwareRecordInterceptor`.
186183
In addition, there is now a `BatchInterceptor` for batch listeners.
@@ -274,7 +271,6 @@ See <<exactly-once>> for more information.
274271

275272
Various error handlers (that extend `FailedRecordProcessor`) and the `DefaultAfterRollbackProcessor` now reset the `BackOff` if recovery fails.
276273
In addition, you can now select the `BackOff` to use based on the failed record and/or exception.
277-
See <<seek-to-current>>, <<recovering-batch-eh>>, <<dead-letters>> and <<after-rollback>> for more information.
278274

279275
You can now configure an `adviceChain` in the container properties.
280276
See <<container-props>> for more information.
@@ -295,7 +291,6 @@ See <<seek>> for more information.
295291
==== ErrorHandler Changes
296292

297293
Subclasses of `FailedRecordProcessor` (e.g. `SeekToCurrentErrorHandler`, `DefaultAfterRollbackProcessor`, `RecoveringBatchErrorHandler`) can now be configured to reset the retry state if the exception is a different type to that which occurred previously with this record.
298-
See <<seek-to-current>>, <<after-rollback>>, <<recovering-batch-eh>> for more information.
299294

300295
==== Producer Factory Changes
301296

@@ -522,7 +517,6 @@ Because the listener container has it's own mechanism for committing offsets, it
522517
It now sets it to false automatically unless specifically set in the consumer factory or the container's consumer property overrides.
523518

524519
The `ackOnError` property is now `false` by default.
525-
See <<seek-to-current>> for more information.
526520

527521
It is now possible to obtain the consumer's `group.id` property in the listener method.
528522
See <<listener-group-id>> for more information.
@@ -563,8 +557,6 @@ The `SeekToCurrentErrorHandler` and `SeekToCurrentBatchErrorHandler` can now be
563557

564558
Starting with version 2.3.2, recovered records' offsets will be committed when the error handler returns after recovering a failed record.
565559

566-
See <<seek-to-current>> for more information.
567-
568560
The `DeadLetterPublishingRecoverer`, when used in conjunction with an `ErrorHandlingDeserializer`, now sets the payload of the message sent to the dead-letter topic, to the original value that could not be deserialized.
569561
Previously, it was `null` and user code needed to extract the `DeserializationException` from the message headers.
570562
See <<dead-letters>> for more information.
@@ -671,13 +663,10 @@ They can be configured to publish failed records to a dead-letter topic.
671663

672664
Starting with version 2.2.4, the consumer's group ID can be used while selecting the dead letter topic name.
673665

674-
See <<after-rollback>>, <<seek-to-current>>, and <<dead-letters>> for more information.
675-
676666
The `ConsumerStoppingEvent` has been added.
677667
See <<events>> for more information.
678668

679669
The `SeekToCurrentErrorHandler` can now be configured to commit the offset of a recovered record when the container is configured with `AckMode.MANUAL_IMMEDIATE` (since 2.2.4).
680-
See <<seek-to-current>> for more information.
681670

682671
==== @KafkaListener Changes
683672

0 commit comments

Comments
 (0)