Mark Payne created NIFI-11447:
---------------------------------
Summary: Improve performance for TransformRecord implementations
Key: NIFI-11447
URL: https://issues.apache.org/jira/browse/NIFI-11447
Project: Apache NiFi
Issue Type: Sub-task
Components: Core Framework
Reporter: Mark Payne
Currently, triggering the transform() method is pretty fast. But then the
Result object comes back and we have to call into the Python side to call the
getters over and over. We need to look into instead serializing the entire
response as JSON and sending that back. Also, since this is heavy JSON
processing, might want to consider ORJSON or something like that instead of
inbuilt JSON parser/generator
--
This message was sent by Atlassian Jira
(v8.20.10#820010)