NiFi remote connections

2018-09-24 Thread Clay Teahouse
Hi All, Are the connections between the primary node and RPG persistent, and if no, is there a way to make them persistent? Similarly, are the http connection from PostHTTP and InvokeHTTP to the destination persistent, meaning keep-alive is set to true? thanks a lot Clay

Re: NiFi remote connections

2018-09-24 Thread Koji Kawamura
Hi Clay, RPG (Site-to-Site) is a Peer-to-Peer communication protocol. There's no distinction between a primary node and the remote cluster, or nodes other than the primary node and the remote cluster. E.g. With Cluster A (node a1, a2 and a3) and Cluster B (node b1, b2 and b3) Each node must be abl

Re: NiFi remote connections

2018-09-25 Thread Clay Teahouse
Thanks for the reply, Koji. In case of RPG, are there circumstances where the connections are not persistent? On Tue, Sep 25, 2018 at 12:14 AM Koji Kawamura wrote: > Hi Clay, > > RPG (Site-to-Site) is a Peer-to-Peer communication protocol. There's > no distinction between a primary node and th

Re: NiFi remote connections

2018-09-27 Thread Koji Kawamura
Hi Clay, Excuse me for the confusing response. I looked at the source code again and do some testing to see how RPG (HTTP S2S) manages connections. It uses both sync and async HTTP client simultaneously and it establishes multiple connection and those are not persistent. I just remember that in ca