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/10/18 18:39:00 UTC

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

     [ https://issues.apache.org/jira/browse/NIFI-9584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Handermann resolved NIFI-9584.
------------------------------------
    Resolution: Fixed

> 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
>            Priority: Minor
>
> 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.10#820010)