Hi, I have key-value pair of avro messages in kafka topic I want to consume from. I can easily do modifications on message value using nifi consumeKafkaRecord processor, but it doesnt show key of the message. ConsumeKafka processor has kafka.key attribute but I am not sure how to read its contents(Since it is avro encoded) and add certain values as attributes to flowfile. Any pointers will be much helpful.
Thanks
