Skip to content

Apache NiFi processor that uses Apache Camel to produce messages

License

Notifications You must be signed in to change notification settings

assimbly/producewithcamel

Repository files navigation

About

ProduceWithCamel is an experimental processor for Apache Nifi that uses Apache Camel to produce messages.

The processor is based on Assimbly Connector

Installation

  1. Download the NAR file.
  2. Put the NAR file in the lib directory of Nifi.
  3. For older installations of Nifi (before version 1.9) you need to restart.

Usage

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

About

Apache NiFi processor that uses Apache Camel to produce messages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages