diff --git a/docs/querying/kafka-extraction-namespace.md b/docs/querying/kafka-extraction-namespace.md index 1cfa91aac554..9518d38e3510 100644 --- a/docs/querying/kafka-extraction-namespace.md +++ b/docs/querying/kafka-extraction-namespace.md @@ -22,7 +22,12 @@ title: "Apache Kafka Lookups" ~ under the License. --> -To use this Apache Druid extension, [include](../configuration/extensions.md#loading-extensions) `druid-lookups-cached-global` and `druid-kafka-extraction-namespace` in the extensions load list. +To use this Apache Druid extension, [include](../configuration/extensions.md#loading-extensions) `druid-kafka-extraction-namespace` in the extensions load list. + +The `druid-kafka-extraction-namespace` extension includes all the functionality of `druid-lookups-cached-global`. +Do not load both extensions, but choose the extension that best suits your needs: +- `druid-kafka-extraction-namespace` if you need Kafka lookup functionality +- `druid-lookups-cached-global` if you only want global cached lookup functionality 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) as a LookupExtractorFactory. diff --git a/docs/querying/lookups-cached-global.md b/docs/querying/lookups-cached-global.md index 72c4189c2dad..16765194059e 100644 --- a/docs/querying/lookups-cached-global.md +++ b/docs/querying/lookups-cached-global.md @@ -24,6 +24,11 @@ title: "Globally Cached Lookups" To use this Apache Druid extension, [include](../configuration/extensions.md#loading-extensions) `druid-lookups-cached-global` in the extensions load list. +The `druid-kafka-extraction-namespace` extension includes all the functionality of `druid-lookups-cached-global`. +Do not load both extensions, but choose the extension that best suits your needs: +- `druid-lookups-cached-global` if you only want global cached lookup functionality +- `druid-kafka-extraction-namespace` if you need Kafka lookup functionality + ## Configuration :::info Static configuration is no longer supported. Lookups can be configured through