Skip to content

Instantly share code, notes, and snippets.

@ijokarumawak
Last active February 15, 2022 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ijokarumawak/37e428d5be8ce8031220f87c5ee9601c to your computer and use it in GitHub Desktop.
Save ijokarumawak/37e428d5be8ce8031220f87c5ee9601c to your computer and use it in GitHub Desktop.
NiFI Site-to-Site between 1.0 and 0.7.

NiFi Example: Site-to-Site between 1.0 and 0.7

It's possible to connect NiFi 1.0 and 0.7 using Site-to-Site protocol (RemoteProcessGroup and Input/Output ports).

Transport protocol HTTP is added since NiFi 1.0. So when you connect RPG to NiFi 0.7, only RAW transport protocol works.

# Site to Site properties
nifi.remote.input.socket.host=
nifi.remote.input.socket.port=8071
nifi.remote.input.secure=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment