This package exposes a GetCentralZoneDataServiceFile processor. It creates FlowFiles by downloading zone files from ICANN's Central Zone Data Service (CZDS) program. You should have an account with that program in order to use this package.
Unfortunately the zone-file-downloader.jar
had to be directly embedded in this project at compile time until ICANN publishes their Java client into the Maven repository.
-
Open the
pom.xml
file in the project root and update the local repository URL to point to the location of therepo
folder in this project. -
Build the NAR file using:
mvn clean install
Place the NAR file inside your NiFi installation's lib
directory.