is it possible to filter data by dimension value during ingestion from Kafka to Druid?
e.g. Considering dimension: version
, which might have values: v1
, v2
, v3
I would like to have only v2
loaded.
I realize it can be done using Spark/Flink/Kafka Streams, but maybe there is an out-of-the-box solution