HiĀ I am using MiNiFi 0.5 and would like to add CryptographicHashContent processor to my MiNiFi flow. I add the following nars from NiFi lib folder to minifi lib folder nifi-ssl-context-service-nar-1.7.0.nar nifi-standard-nar-1.7.0.nar nifi-standard-services-api-nar-1.7.0.nar
but it is not able to find the processor:^ o.apache.nifi.controller.FlowController Could not create Processor of type org.apache.nifi.processors.standard.CryptographicHashContent for ID XXXX ; creating "Ghost" implementation org.apache.nifi.controller.exception.ProcessorInstantiationException: Unable to find bundle for coordinate default:unknown:unversioned How to know which nar to add for this particular processor but also in general? I looked to github and thought that it should be in standard nars. Also, how to find which version of NiFi libs I should use for a particular minifi version? ThanksLuis