ProduceWithCamel is an experimental processor for Apache Nifi that uses Apache Camel to produce messages.
The processor is based on Assimbly Connector
- Download the NAR file.
- Put the NAR file in the lib directory of Nifi.
- For older installations of Nifi (before version 1.9) you need to restart.
The processor has 5 properties:
- To URI: The URI of the Camel component.
- Error URI: The URI of the Camel componet in case of an error
- Maximum Deliveries: Maximum of retries in case of an error
- Delivery Delay: Delay between retries
- Log Level: The loglevel of the Camel route
For the URI format of the camel component see Camel's component reference. For example to use File uri: file://C/out