Hi, Is there a way to consume a kafka message along with its timestamp in Nifi using the Consumekafka processor?
e.g. we can consume the kafka message and see the time stamp by adding the property print.timestamp=true . The output looks something like this on the console
CreateTime:1522893745217 test_message
I can't seem to access this variable 'CreateTime'. I've tried using ${kafka.CreateTime} in the Updateattribute process but it doesnt work. Please let me know if there is way to do this as adding the custom timestamp (now()) is not an option in our case.