nifi/nifi-external
Mark Payne 8959226b50
NIFI-9754: Introduced VersionedExternalFlow
- Updated stateless and StandardProcessGroup, etc. to make use of VersionedExternalFlow
- Updated StatelessDataflowDefinition to use ExternalVersionedFlow instead of generic type
- Updated Stateless Bootstrap to avoid loading stateless engine libs from root class path but instead use a NarClassLoader to load the statelss nar

Signed-off-by: Joe Gresock <jgresock@gmail.com>

This closes #5832.
2022-03-04 07:19:38 -05:00
..
nifi-example-bundle NIFI-9611 Removed unnecessary references to nifi-processor-utils 2022-01-26 11:52:08 -05:00
nifi-kafka-connect NIFI-9754: Introduced VersionedExternalFlow 2022-03-04 07:19:38 -05:00
nifi-spark-receiver NIFI-9344-RC3 prepare for next development iteration 2021-11-03 08:53:37 -07:00
README.md NIFI-850 removed nifi parent, updated nifi pom, moved all nifi subdirs up one level, fixed readme. 2015-08-15 13:12:22 -04:00
pom.xml NIFI-9344-RC3 prepare for next development iteration 2021-11-03 08:53:37 -07:00

README.md

nifi-external

The nifi-external module is a location where components can be developed by the NiFi team that are not intended to be used directly by NiFi but are to be used within other frameworks in order to integrate with NiFi.