From dbdfcd24433a70785c884a27314cb3db04423504 Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Mon, 28 Mar 2016 09:23:24 -0700 Subject: [PATCH] Fix extension reference in Kafka namespaced lookup docs. The reference to io.druid.extensions:kafka-extraction-namespace is wrong (should be druid-kafka-extraction-namespace) and unnecessary (the extension id is written at the top of the doc file). --- .../development/extensions-core/kafka-extraction-namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/development/extensions-core/kafka-extraction-namespace.md b/docs/content/development/extensions-core/kafka-extraction-namespace.md index 5b8215eb316..f9fc8ff6834 100644 --- a/docs/content/development/extensions-core/kafka-extraction-namespace.md +++ b/docs/content/development/extensions-core/kafka-extraction-namespace.md @@ -12,7 +12,7 @@ Make sure to [include](../../operations/including-extensions.html) `druid-namesp Note that this lookup does not employ a `pollPeriod`. -If you need updates to populate as promptly as possible, it is possible to plug into a kafka topic whose key is the old value and message is the desired new value (both in UTF-8). This requires the following extension: "io.druid.extensions:kafka-extraction-namespace" +If you need updates to populate as promptly as possible, it is possible to plug into a kafka topic whose key is the old value and message is the desired new value (both in UTF-8). ```json {