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 <mikerthom...@gmail.com> wrote:
>
> Is that slated for the 1.0 release?
>
> On Tue, Jan 21, 2020 at 9:33 AM Bryan Bende <bbe...@gmail.com> 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 each node.
> >
> > Thanks,
> >
> > Bryan
> >
> > On Tue, Jan 21, 2020 at 7:34 AM Mike Thomsen <mikerthom...@gmail.com>
> > wrote:
> > >
> > > 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, 2019 at 4:33 PM Bryan Bende <bbe...@gmail.com> wrote:
> > >
> > > > 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 we are
> > > > still in a little bit of a waiting period, but you could always build
> > > > NiFi master and set your NAR to use nifi-api 1.10.0-SNAPSHOT if you
> > > > wanted to try it out.
> > > >
> > > > Thanks,
> > > >
> > > > Bryan
> > > >
> > > > [1]
> > > >
> > https://nifi.apache.org/docs/nifi-registry-docs/html/user-guide.html#manage-bundles
> > > >
> > > > On Mon, Oct 14, 2019 at 4:22 PM Shalin Mehta <shal.n.me...@gmail.com>
> > > > wrote:
> > > > >
> > > > >  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 year (awesome presentation, by the way!),
> > there
> > > > was
> > > > > a really quick note of a future Extension Registry within NiFi
> > Registry.
> > > > I
> > > > > dug around a bit and only came up with this Confluence page outlining
> > > > ideas
> > > > > for such a thing:
> > > > >
> > > > >
> > > >
> > https://cwiki.apache.org/confluence/display/NIFI/Extension+Repositories+%28aka+Extension+Registry%29+for+Dynamically-loaded+Extensions
> > > > >
> > > > > Is there any more information out there around this effort, such as
> > > > updated
> > > > > notes or specific Jira(s) about it? I'd love to get a better sense of
> > > > what
> > > > > the community has in mind, and what the state of the addition is like
> > > > these
> > > > > days. Rolling my own incarnation through process and supporting
> > tools is
> > > > > where my head is currently sitting, but something more "permanent"
> > and in
> > > > > line with the direction of the Project is way more appealing.
> > > > >
> > > > > Thanks much in advance,
> > > > >
> > > > > Shalin
> > > >
> >

Reply via email to