From 8792bb3dfb3af23b876d7ca024b228e0d639f43e Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 26 Mar 2019 12:31:20 -0400 Subject: [PATCH] Fix URL to SI Idempotent Receiver --- src/reference/asciidoc/kafka.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/kafka.adoc b/src/reference/asciidoc/kafka.adoc index 0b6a487a..1a4c2c21 100644 --- a/src/reference/asciidoc/kafka.adoc +++ b/src/reference/asciidoc/kafka.adoc @@ -1197,7 +1197,7 @@ The framework cannot know whether such a message has been processed or not, that function. This is known as the https://www.enterpriseintegrationpatterns.com/patterns/messaging/IdempotentReceiver.html[Idempotent Receiver] pattern and Spring Integration provides an -https://docs.spring.io/spring-integration/reference/html/messaging-endpoints-chapter.html#idempotent-receiver[implementation thereof]. +https://docs.spring.io/spring-integration/reference/html/#idempotent-receiver[implementation thereof]. The Spring for Apache Kafka project also provides some assistance by means of the `FilteringMessageListenerAdapter` class, which can wrap your `MessageListener`.