From 202f73cfa437440f0670327fb3c514d97ba43012 Mon Sep 17 00:00:00 2001 From: Artem Yakshin Date: Mon, 2 Apr 2018 15:53:03 +0300 Subject: [PATCH] Change log-compaction url --- 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 8ea136ef..74729a06 100644 --- a/src/reference/asciidoc/kafka.adoc +++ b/src/reference/asciidoc/kafka.adoc @@ -1630,7 +1630,7 @@ If you don't wish your mapper to be enhanced in this way, for some reason, you s ==== Log Compaction -When using https://cwiki.apache.org/confluence/display/KAFKA/Log+Compaction[Log Compaction], it is possible to send and receive messages with `null` payloads which identifies the deletion of a key. +When using https://kafka.apache.org/documentation/#compaction[Log Compaction], it is possible to send and receive messages with `null` payloads which identifies the deletion of a key. Starting with _version 1.0.3_, this is now fully supported.