You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/01/18 16:26:00 UTC

[jira] [Created] (NIFI-9584) Refactor MiNiFi Flow Status Communication

David Handermann created NIFI-9584:
--------------------------------------

             Summary: Refactor MiNiFi Flow Status Communication
                 Key: NIFI-9584
                 URL: https://issues.apache.org/jira/browse/NIFI-9584
             Project: Apache NiFi
          Issue Type: Improvement
          Components: MiNiFi
            Reporter: David Handermann


MiNiFi uses Java Object Serialization to communicate Flow Status information between the bootstrap process and the main process.  Java Object Serialization can introduce compatibility issues when changing formats, and also has the potential to introduce security issues when vulnerable libraries are present on the class path.  Although this communication is limited to the loopback address, the serialization approach should be refactored to avoid Java Object Serialization.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)