ConsumeBoxEvents 2025.10.2.19¶
捆绑包¶
org.apache.nifi | nifi-box-nar
描述¶
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 restart or if the queue capacity is exceeded. 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.
输入要求¶
FORBIDDEN
支持敏感的动态属性¶
false
属性¶
属性 |
描述 |
|---|---|
Box Client Service |
用于获取 Box API 连接的控制器服务。 |
队列容量 |
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 total memory used by the processor during these surges. |
状态管理¶
范围 |
描述 |
|---|---|
CLUSTER |
Box 流的最后已知位置存储在处理器状态中,用于在处理器重新启动时从最后已知位置恢复流。 |
关系¶
名称 |
描述 |
|---|---|
success |
成功接收的事件将从此关系中发出。 |