📅  最后修改于: 2020-11-18 08:45:25             🧑  作者: Mango
Apache NiFi远程进程组或RPG允许流使用站点间协议将流中的FlowFiles定向到不同的NiFi实例。从1.7.1版开始,NiFi不提供平衡关系,因此RPG用于NiFi数据流中的负载平衡。
通过将如上图所示的图标拖动到画布,开发人员可以从NiFi UI的顶部工具栏中添加RPG。要配置RPG,开发人员必须添加以下字段-
S.No. | Field Name | Description |
---|---|---|
1 | URLs | To specify comma separated remote target NiFi URLs. |
2 | Transport Protocol | To specify the transport protocol for remote NiFi instances. It’s either RAW or HTTP. |
3 | Local Network Interface | To specify the local network interface to send/receive data. |
4 | HTTP Proxy Server Hostname | To specify the proxy server’s hostname for the purpose of transport in RPG. |
5 | HTTP Proxy Server Port | To specify the proxy server’s port for the purpose of transport in RPG. |
6 | HTTP Proxy User | It is an optional field to specify the username for HTTP proxy. |
7 | HTTP Proxy Password | It is an optional field to specify the password for above username. |
开发人员需要先启用它,然后才能使用它,就像我们在使用处理器之前启动处理器一样。