Site to Site Properties
These properties govern how this instance of NiFi communicates with remote instances of NiFi when Remote Process Groups are configured in the dataflow. Remote Process Groups can choose transport protocol from RAW and HTTP. Properties named with nifi.remote.input.socket.*
are RAW transport protocol specific. Similarly, nifi.remote.input.http.*
are HTTP transport protocol specific properties.
Property |
Description |
|
The host name that will be given out to clients to connect to this NiFi instance for Site-to-Site communication. By default, it is the value from |
|
This indicates whether communication between this instance of NiFi and
remote NiFi instances should be secure. By default, it is set to
|
|
The remote input socket port for Site-to-Site communication. By default, it is blank, but it must have a value in order to use RAW socket as transport protocol for Site-to-Site. |
|
Specifies whether HTTP Site-to-Site should be enabled on this host. By default, it is set to |
|
Specifies how long a transaction can stay alive on the server. By default, it is set to |
|
Specifies how long NiFi should cache information about a remote NiFi instance when communicating via Site-to-Site. By default, NiFi will cache the
responses from the remote system for |