You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2023. It is now read-only.
To add a processor to the SDK these are the things you need to do in order to make it accessible using the current process outlined in these docs:
73
+
74
+
1. Add a reference to the processor's main class to [./gmd-sdk/nifi-data-processors/src/main/resources/META-INF/services/org.apache.nifi.processor.Processor](./gmd-sdk/nifi-data-processors/src/main/resources/META-INF/services/org.apache.nifi.processor.Processor).
75
+
76
+
2. Update the release version for the project. The current list of files that need to be changed/hold references to the current version:
0 commit comments