Gents, I've created this JIRA https://issues.apache.org/jira/browse/NIFI-3799
On Tue, May 2, 2017 at 9:01 AM Pierre Villard <[email protected]> wrote: > Hi, > > As we certainly cannot ask users to look at the code to find out, I think > that it's a good idea to add this information into the doc usage of the > processor. A generic sentence could be easily added based on the > annotation. Would you mind opening a JIRA for this? > > Thanks! > Pierre > > 2017-05-02 14:38 GMT+02:00 Juan Sequeiros <[email protected]>: > >> Buntu, >> >> That's a good observation, I do not think there is a way to proactively >> know without trying. >> I quickly to a look at the usage docs and nothing stands out. My method >> of knowing has been trial and error. >> >> But others might have a good way of knowing besides looking at the code >> for: >> >> @InputRequirement(Requirement.INPUT_FORBIDDEN) >> or >> @InputRequirement(Requirement.INPUT_REQUIRED) >> >> On Tue, May 2, 2017 at 8:09 AM Andrew Grande <[email protected]> wrote: >> >>> Try with InvokeHttp. >>> >>> Andrew >>> >>> On Tue, May 2, 2017, 3:42 AM Buntu Dev <[email protected]> wrote: >>> >>>> I'm trying to connect ExtractText to GetHTTP processor but that doesn't >>>> seem to be allowed. Wanted to check if that is true that GetHTTP processor >>>> doesn't accept input flowfiles and if so, how do I figure out which >>>> processors do not accept input flowfile based on the documentation? >>>> >>>> >>>> Thanks! >>>> >>> >
