能力说明
能力名称:路由分配器
功能简介
英文描述:
Distributes FlowFiles to downstream processors based on a Distribution Strategy. If using the Round Robin strategy, the default is to assign each destination a weighting of 1 (evenly distributed). However, optional propertiescan be added to the change this; adding a property with the name '5' and value '10' means that the relationship with name '5' will be receive 10 FlowFiles in each iteration instead of 1.
翻译:根据分发策略将流文件分发给下游处理器。如果使用轮循策略,默认情况是为每个目的地分配1的权重(均匀分布)。但是,可选属性可以添加到更改中;添加一个名称为“5”和值为“10”的属性意味着与名称为“5”的关系将在每次迭代中收到10个流文件,而不是1个。
固定 配置参数
| 参数名称 | 参数类型 | 是否必填 | 默认值 | 参数说明 |
|---|---|---|---|---|
| Number of Relationships(输出分支数量) | 文本 | 是 | 1 | 输出分支数量) |
| distributed Distribution Strategy | 文本 | 是 | - | 路由策略[轮询、下一个可用、负载均衡] |
动态 配置参数
| 参数名称 | 参数类型 | 是否必填 | 默认值 | 参数说明 |
|---|---|---|---|---|
| 下游路由绝对编号 | 文本 | 否 | - | 比如增加 属性名称:5 ,属性值为:10 则意味着原来每次给5的路由传送送1个flowfile,变成每次传送10个flowfile. |
输出简介
上游flowfile
输出数据样例
无
备注:
此能力为透传分发功能,不会修改和变更flowfile,请大家放心使用,速度极快:999999条/小时