Re: Flowfile handling in C# is possible or not?

2017-02-08 Thread Matt Burgess
Prabhu, There are a couple of ways I can think of for NiFi to be able to communicate with an external application: 1) The InvokeHttp processor [1] can send the flow file content as the payload and any number of flow file attributes as HTTP headers (you can specify a regular expression for which

Flowfile handling in C# is possible or not?

2017-02-07 Thread prabhu Mahendran
Since processors code written as java which handles flow file read and write with relationship transfer. Is it possible for flow file handling in .net application? Many thanks, prabhu