Skip to content

Commit 8f6fd87

Browse files
committed
Remove Dead Links from Change History
1 parent 7da485a commit 8f6fd87

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,9 @@ A new container property `stopImmediate` is now available.
125125
See <<container-props>> for more information.
126126

127127
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.
128-
See <<after-rollback>> and <<seek-to-current>> for more information.
129128

130129
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.
131130

132-
See See <<after-rollback>>, <<seek-to-current>>, and <<recovering-batch-eh>> for more information.
133-
134131
The `RecordInterceptor` now has additional methods called after the listener returns (normally, or by throwing an exception).
135132
It also has a sub-interface `ConsumerAwareRecordInterceptor`.
136133
In addition, there is now a `BatchInterceptor` for batch listeners.
@@ -224,7 +221,6 @@ See <<exactly-once>> for more information.
224221

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

229225
You can now configure an `adviceChain` in the container properties.
230226
See <<container-props>> for more information.
@@ -245,7 +241,6 @@ See <<seek>> for more information.
245241
==== ErrorHandler Changes
246242

247243
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.
248-
See <<seek-to-current>>, <<after-rollback>>, <<recovering-batch-eh>> for more information.
249244

250245
==== Producer Factory Changes
251246

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

474469
The `ackOnError` property is now `false` by default.
475-
See <<seek-to-current>> for more information.
476470

477471
It is now possible to obtain the consumer's `group.id` property in the listener method.
478472
See <<listener-group-id>> for more information.
@@ -513,8 +507,6 @@ The `SeekToCurrentErrorHandler` and `SeekToCurrentBatchErrorHandler` can now be
513507

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

516-
See <<seek-to-current>> for more information.
517-
518510
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.
519511
Previously, it was `null` and user code needed to extract the `DeserializationException` from the message headers.
520512
See <<dead-letters>> for more information.
@@ -621,13 +613,10 @@ They can be configured to publish failed records to a dead-letter topic.
621613

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

624-
See <<after-rollback>>, <<seek-to-current>>, and <<dead-letters>> for more information.
625-
626616
The `ConsumerStoppingEvent` has been added.
627617
See <<events>> for more information.
628618

629619
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).
630-
See <<seek-to-current>> for more information.
631620

632621
==== @KafkaListener Changes
633622

0 commit comments

Comments
 (0)