Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-12251 Improve robustness of Python framework
  3. NIFI-11447

Improve performance for TransformRecord implementations

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Core Framework
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            markap14 Mark Payne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: