Re: NiFi Extension Registry?

2020-01-21 Thread Bryan Bende
The work for that would be part of NiFi so I don't think it is tied to any specific registry release. The REST APIs are already there in NiFi Registry, that is what the CLI command for 'download-bundle' is calling. On Tue, Jan 21, 2020 at 10:02 AM Mike Thomsen wrote: > > Is that slated for the

Re: NiFi Extension Registry?

2020-01-21 Thread Mike Thomsen
Is that slated for the 1.0 release? On Tue, Jan 21, 2020 at 9:33 AM Bryan Bende wrote: > Hi Mike, > > There is no automatic retrieval from registry yet. Currently you would > have to use CLI commands, or curl/scripts, to download the desired > NARs from registry into the extensions folder on

Re: NiFi Extension Registry?

2020-01-21 Thread Bryan Bende
Hi Mike, There is no automatic retrieval from registry yet. Currently you would have to use CLI commands, or curl/scripts, to download the desired NARs from registry into the extensions folder on each node. Thanks, Bryan On Tue, Jan 21, 2020 at 7:34 AM Mike Thomsen wrote: > > Bryan, > > I

Re: NiFi Extension Registry?

2020-01-21 Thread Mike Thomsen
Bryan, I tried this workflow: 1. Add NAR to extensions folder. 2. Add to canvas. 3. Stop NiFi and remove NAR and $NIFI/work to clear it out. 4. Restart NiFi The NAR was not pulled from the v0.5 Registry I had running. Is that expected behavior in 1.10 and 1.11? Thanks, Mike On Mon, Oct 14,

Re: NiFi Extension Registry?

2019-10-15 Thread Andy LoPresto
The best mechanism is the dev mailing list. The Slack workspace provides an opportunity for live conversation, but interaction is limited by timezones, and the system of record for Apache discussions is the mailing list. A thread here will allow people to contribute across time/location and

Re: NiFi Extension Registry?

2019-10-15 Thread Shalin Mehta
You're very welcome, it's every bit deserved, Andy :) I was actually talking to a good friend and colleague about this today, so if you wouldn't mind giving me a few more minutes of your time... We're early into our journey, but I suspect that we'll be coming up with cases in the near future.

Re: NiFi Extension Registry?

2019-10-15 Thread Andy LoPresto
Thanks for the kind words Shalin. This is something that is in development as Bryan mentioned. It’s a great time to contribute ideas and suggestions, as well as get involved with contributing code if you’re interested. We always welcome input from the community, especially if you have a real

Re: NiFi Extension Registry?

2019-10-14 Thread Shalin Mehta
Hey Bryan, Thanks for the information, especially the 1.10.0 dependency. I know that there's been a lot of motion toward that release in the last couple weeks, so I'll continue keeping an eye on that while looking into the functionality in NiFi Registry 0.5.0. If there are any further suggestions

Re: NiFi Extension Registry?

2019-10-14 Thread Bryan Bende
Hi Shalin, There is a minimal version of an extension registry as part of NiFi Registry 0.5.0. You can see an example of how to upload a NAR in the user guide [1]. The issue is that in order to use those end-points, your NAR needs to be built with NiFi 1.10.0 which hasn't been released yet. So

NiFi Extension Registry?

2019-10-14 Thread Shalin Mehta
Hey all, I'm starting to cut my teeth on the extensibility of NiFi through Custom Processors, and one of the big things on my mind is being able to manage a catalog of them across an organization. While watching the "BYOP" presentation given by Andy at DataWorks Summit Barcelona earlier this