mirror of https://github.com/apache/druid.git
Merge pull request #2747 from gianm/fix-docs-kafka-lookup
Fix extension reference in Kafka namespaced lookup docs.
This commit is contained in:
commit
e2cabc93ca
|
@ -12,7 +12,7 @@ Make sure to [include](../../operations/including-extensions.html) `druid-namesp
|
||||||
|
|
||||||
Note that this lookup does not employ a `pollPeriod`.
|
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
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue