ConsumeBoxEvents 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-box-nar
DESCRIPTION¶
Consumes all events from Box. This processor can be used to capture events such as uploads, modifications, deletions, etc.The content of the events is sent to the ‘success’ relationship as a JSON array. Events can be dropped in case of NiFi restartor if the queue capacity is exceeded. The last known position of the Box stream is stored in the processor state and is used toresume the stream from the last known position when the processor is restarted.
INPUT REQUIREMENT¶
FORBIDDEN
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Queue Capacity |
The maximum size of the internal queue used to buffer events being transferred from the underlying stream to the processor.Setting this value higher allows more messages to be buffered in memory during surges of incoming messages, but increases the totalmemory used by the processor during these surges. |
box-client-service |
Controller Service used to obtain a Box API connection. |
STATE MANAGEMENT¶
SCOPES |
DESCRIPTION |
---|---|
CLUSTER |
The last known position of the Box stream is stored in the processor state and is used to resume the stream from the last known position when the processor is restarted. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
success |
Events received successfully will be sent out this relationship. |