RE: [EXT] Issue with ResizeImage processor for PNG files

2018-06-29 Thread Peter Wicks (pwicks)
Raman, I created a ticket for this issue: https://issues.apache.org/jira/browse/NIFI-5355. I read through the links you provided, thanks for researching the problem so thoroughly. Found some others as well, such as https://stackoverflow.com/questions/4391814/why-would-java-awt-image-bufferedim

Issue with ResizeImage processor for PNG files

2018-06-29 Thread Ramaninder Singh Jhajj
Hello Everyone, I am facing another issue. I am fetching some images from source and store them to destination and just before destination processor I have ResizeImage Processor. Now my images can be JPEG or PNG. Processor documentation mentioned that it can handle both but it is failing for PNG

Re: Registry - deleting versions of flow

2018-06-29 Thread Fredrik Skolmli
FYI, JIRA ticket created at https://issues.apache.org/jira/browse/NIFIREG-182 // Fredrik On Fri, Jun 29, 2018 at 1:41 PM Bryan Bende wrote: > I think we need to implement what you described in option #2 which is > basically like a force push in git terminology. > > If you want to create a JIRA

Re: Rsyslog v8.24 to Nifi 1.6.0 with TLS

2018-06-29 Thread bp123
Thanks Andy, my end resolution was to use HAProxy to terminate the SSL connection. Thanks! -- Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/

Re: Registry - deleting versions of flow

2018-06-29 Thread Bryan Bende
I think we need to implement what you described in option #2 which is basically like a force push in git terminology. If you want to create a JIRA for that I think it is a good request. > On Jun 29, 2018, at 6:40 AM, Fredrik Skolmli wrote: > > Hi everyone. > > I'm not sure if my workflow need

Registry - deleting versions of flow

2018-06-29 Thread Fredrik Skolmli
Hi everyone. I'm not sure if my workflow needs to change using NiFi + NiFi Registry, or if this is a bug or corner-case. I do the following: 1) Create a new process group, make the initial flow and start version control (ver 1) 2) Modify the workflow and commit (ver 2) 3) Realize the most recent

RE: simple JMS pub-sub not working

2018-06-29 Thread Kelsey RIDER
Hi Mark, I see what you’re saying, but conceptually, it doesn’t seem like a good idea to me. From what I can gather, the purpose of Controller Services is to have a shared component that deals with external special cases (like DB connections). From my point of view (which is admittedly that of