Created 02-09-2016 10:29 PM
What protocols are used for NiFi site to site?
Created 02-09-2016 10:39 PM
@Sunile Manjee Have a look at this link The preferred protocol, though, is the NiFi Site-to-Site Protocol. Site-to-Site makes it easy to transfer data from one NiFi instance to another easily, efficiently, and securely evenif the network between the site is low or high latency
Created 02-09-2016 10:30 PM
Please see under site to site https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html @Sunile Manjee
Created 02-09-2016 10:39 PM
@Sunile Manjee Have a look at this link The preferred protocol, though, is the NiFi Site-to-Site Protocol. Site-to-Site makes it easy to transfer data from one NiFi instance to another easily, efficiently, and securely evenif the network between the site is low or high latency
Created 02-10-2016 06:29 PM
Typically when referring to site-to-site we are referring to a Remote Process Group on one NiFi instance, communicating with an Input Port or Output Port on another NiFi instance. This is a TCP based protocol which is internal to NiFi, and makes a direct connection between the two instances. It can optionally be secured with TLS/SSL.
The side of the connection that is receiving data, or providing data to be pulled, must configure the following properties in nifi.properties:
# Site to Site properties
nifi.remote.input.socket.host=
nifi.remote.input.socket.port=
nifi.remote.input.secure=true