You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Vijaya Kumar Reddy Maddela (JIRA)" <ji...@apache.org> on 2017/07/12 16:56:00 UTC

[jira] [Created] (NIFI-4179) Enabling existing Processor to support more features (GetFTP/GetSFTP) and FetchFTP/FetchSFTO

Vijaya Kumar Reddy Maddela created NIFI-4179:
------------------------------------------------

             Summary: Enabling existing Processor to support more features (GetFTP/GetSFTP) and FetchFTP/FetchSFTO
                 Key: NIFI-4179
                 URL: https://issues.apache.org/jira/browse/NIFI-4179
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
    Affects Versions: 1.3.0
         Environment: Windows/Unix
            Reporter: Vijaya Kumar Reddy Maddela
             Fix For: 1.3.0


Hi All,
We are looking to have dynamic behavior for FTP/SFTP processors.
1)	GETFTP processor should be used only as starting point in a flow (Not supported to use it in middle of the flow)
2)	FetchFTP: This supports using in middle of the flow, but doesnot support to pass Dynamic properties

When we look into code we identified reasons for not supporting

In
GetFTP/GetSFTP:
@InputRequirement(Requirement.INPUT_FORBIDDEN) instead of @InputRequirement(Requirement.INPUT_REQUIRED)

FetchFTP/FetchSFTO:
Doesn’t contain @DynamicProperties() in the code


Can you please some help someone how can we build the code and deploy by our self. Appreciate a link or tutorial for building code after modification




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)