This message was deleted.
# general
s
This message was deleted.
h
Hi @Igor Berman, please have a look at Kafka based lookups: https://druid.apache.org/docs/latest/development/extensions-core/kafka-extraction-namespace.html. With a Kafka lookup, you would always get the latest dimension value for your key.
i
I want something a bit different: I want Druid to send me updates to some topic
i’m aggregating data by dimensions in druid, so each time there is update in some dimension instance i would like get notification of that
h
oh wait, so you want to get data out of druid?
Druid queries are normally pull-only. (At Imply we have alerts in out Pivot tool that send push notifications when something changes in Druid, though.)
i
ok, thanks. I think it might be nice feature 🙂