Creating Custom Processors
Create a custom processor using the SDK, and package it into a jar file with all of its dependencies.
The PhoenixEnrichmentProcessor is a good example of a new custom processor implementation.
Create a custom processor using the SDK, and package it into a jar file with all of its dependencies.
org.apache.streamline.streams.runtime.CustomProcessorRuntime
mvn clean package mvn assembly:assembly
The PhoenixEnrichmentProcessor is a good example of a new custom processor implementation.