Skip to content

Commit 73e71e5

Browse files
authored
Fix URL to SI Idempotent Receiver
1 parent c6a22f5 commit 73e71e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ The framework cannot know whether such a message has been processed or not, that
739739
function.
740740
This is known as the https://www.enterpriseintegrationpatterns.com/patterns/messaging/IdempotentReceiver.html[Idempotent
741741
Receiver] pattern and Spring Integration provides an
742-
https://docs.spring.io/spring-integration/reference/html/messaging-endpoints-chapter.html#idempotent-receiver[implementation thereof].
742+
https://docs.spring.io/spring-integration/reference/html/#idempotent-receiver[implementation thereof].
743743

744744
The Spring for Apache Kafka project also provides some assistance by means of the `FilteringMessageListenerAdapter`
745745
class, which can wrap your `MessageListener`.

0 commit comments

Comments
 (0)