Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/querying/kafka-extraction-namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 5 additions & 0 deletions docs/querying/lookups-cached-global.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down