Json – How to add Kafka offset, partition details in the message's metadata section using NiFi
Actual message read from Kafka: { "body": { "metadata": { "id": "bce16e11" }, "eventDetails": { "eventID": "c5f615f1", "customerId": "123456789", "Name": "NEW" } } } want to add Kafka offset and partition to the message as follows. Please note that Kafka…