Re: Programmatically passing secrets to nifi processor.

2019-12-03 Thread Joe Ferner
Have a look under Flow in the API. There you'll find GET /flow/parameters-contexts to retrieve a list. On Mon, Dec 2, 2019 at 4:48 PM Bahlul Haider wrote: > Friendly Monday ping. > > Thanks, > Bahlul > > On Wed, Nov 27, 2019 at 10:29 AM Bahlul Haider > wrote: > >> Thank you Mark for your for

Re: PublishJMS - Failed to determine destination type from destination name (v1.9.2)

2019-11-19 Thread Joe Ferner
https://issues.apache.org/jira/browse/NIFI-6885 On Tue, Nov 19, 2019 at 9:57 AM Joe Ferner wrote: > I'm filing a JIRA for the logUnbuildableDestination logging bug and will > knock this out shortly. > > Looking deeper on your warning, it sounds like your Flow File has a >

Re: PublishJMS - Failed to determine destination type from destination name (v1.9.2)

2019-11-19 Thread Joe Ferner
edge on this processor, please correct me if I'm wrong. Joe On Mon, Nov 18, 2019 at 11:37 PM Joe Ferner wrote: > A couple things I noticed... > > There is a small bug when calling logUnbuildableDestination. It should get > passed entry.getValue() not entry.getKey(). This would giv

Re: PublishJMS - Failed to determine destination type from destination name (v1.9.2)

2019-11-18 Thread Joe Ferner
A couple things I noticed... There is a small bug when calling logUnbuildableDestination. It should get passed entry.getValue() not entry.getKey(). This would give you the intended warning message where "destination_name" would actually be the destination name being evaluated. This would help you