apache / drill

Apache Drill is a distributed MPP query layer for self describing data
https://drill.apache.org/
Apache License 2.0
1.93k stars 980 forks source link

Kafka Storage Plugin, message headers support #2787

Open darky opened 1 year ago

darky commented 1 year ago

Is your feature request related to a problem? Please describe. Now you can select many info from Kafka message like key, value, offset, partition and so on. But no possibility to select headers of Kafka message.

Describe the solution you'd like Want additional metadata field something like kafkaHeaders, which will contain Kafka message headers