Dave Lowe created NIFI-8165:
-------------------------------
Summary: Add record path support to PublishKafkaRecord processor
Key: NIFI-8165
URL: https://issues.apache.org/jira/browse/NIFI-8165
Project: Apache NiFi
Issue Type: New Feature
Components: Extensions
Affects Versions: 1.11.4
Reporter: Dave Lowe
NiFi RecordPath's are not supported within the PublishKafkaRecord processor.
Users are unable to leverage RecordPaths within properties such as the message
key. Without support of RecordPaths, the message key must be within the root of
the record being published - which is often not the case with complex
real-world workloads. In such circumstances, the record must be adjusted prior
to publishing to Kafka via the UpdateRecord procoessor to copy the nested
element to the root so that it can be leveraged as the message key.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)