Member since
07-30-2019
944
Posts
197
Kudos Received
91
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1507 | 10-05-2021 01:53 PM | |
| 16329 | 09-23-2019 06:03 AM | |
| 6821 | 05-04-2019 08:42 PM | |
| 1502 | 06-11-2018 12:45 PM | |
| 12628 | 06-04-2018 01:11 PM |
08-22-2017
06:13 PM
@Saikrishna Tarapareddy
Did you clear the state of the processor after you changed the File Filter Regex?
... View more
08-22-2017
05:53 PM
@Saikrishna Tarapareddy Try this for your regex ^GroupM_Eclipse.*
... View more
08-22-2017
12:44 PM
@Roger Young Currently, there is no way to do what you're asking if you're asking just for the attributes of flow files. The RPG transmits the entire flow file. One way to send only data with P1 attributes would involve using the Notify/Wait processors on the remote NiFi system. The main NiFi server would send a flow file, say for P1, then on the remote NiFi, you would use a RouteOnAttribute processor to send the P1 signal down the correct path to trigger the transmission of the "P1" data to the main NiFi and so for your different data types.
... View more
08-21-2017
10:29 PM
@Darshan V S What does the configuration of the InvokeHttp processor look like?
... View more
08-21-2017
09:58 PM
@Denis Urbanavicius How is the Scheduling tab of the FetchFTP processor configured? Concurrent tasks and run schedule.
... View more
08-21-2017
07:17 PM
@sally sally I haven't tried on a windows based OS. I'll give it a try and let you know what I find.
... View more
08-21-2017
05:22 PM
@dhieru singh Are you able to Publish messages to the Kafka broker now?
... View more
08-21-2017
05:07 PM
@dhieru singh Okay, so you are now getting a different error. Try setting the run schedule to 30 seconds so you don't generate so many flow files and fill up the queue. It is probably trying to write all of the files at once and hitting the timeout. Clear the queue, set the run schedule to 30 seconds on the GenerateFlowFile processor and then turn on the PublishKafka processor.
... View more
08-21-2017
04:46 PM
@dhieru singh Will you post the configuration of the GenerateFlowFile processor? Are you seeing the same error now?
... View more