Re: Questions re: customizing a NiFi processor

2017-12-14 Thread Mike Thomsen
Jim, I'd recommend just forking NiFi and updating it with a patch. Writing your own processor for this sounds like massive overkill for what you need. If you know how to use Git, you'll be fine. You can add me on GitHub as a reviewer when you're done (I can at least do the initial pass for Andy

Re: Questions re: customizing a NiFi processor

2017-12-13 Thread Andy LoPresto
Jim, To be honest, I would recommend making those changes directly to the existing PublishAMQP processor, as unless I am missing something, that does not seem like a breaking change that would affect other users negatively. I’d suggest opening a Jira for the feature, cloning the GitHub

Questions re: customizing a NiFi processor

2017-12-02 Thread James McMahon
Good evening. I am familiar with NiFi and have developed a number of workflows using out -of-the-box processors. I now need to develop a custom version of PublishAMQP that permits the use of attributes in expression language to set specs for the AMQP target. I am not very familiar with Maven, but