I have written Kettle Wrapper Java application using Jobmeta and Job Objects in order to execute the Kettle Jobs. One of my Jobs uses a custom step(I have put that into Plugins/steps) Kafka Producer which is working fine while executing it from spoon. Now I want to execute that particular Job from my wrapper. Please let me know how to make my Java wrapper look for my custom Step/Plugin. Java wrapper is not able to find the Kafka Producer Step.
PDI Version : 5.0.1 Stable