Applying a custom processor patch to NiFi
Complete the following steps to apply the custom processor patch to NiFi.
Procedure
Note: The following steps only apply until HCL Commerce
version 9.1.10.0.
- Open a web browser and log in to the My HCLSoftware portal website to download the code patch JAR.
-
Use one of the following procedures to apply the patch JAR, depending on your
target runtime environment:
- Docker container - place the code patch JAR into /patches directory, and run /opt/nifi/scripts/patch.sh to apply all the patch JARs under the /patches directory. Restart the NiFi container to apply the patch during the next server start-up.
- Kubernetes - create a custom image using dockerfile which contains instruction to place the code patch JAR into /patches directory and run /opt/nifi/scripts/patch.sh as the root user.