Member since
10-04-2019
12
Posts
0
Kudos Received
0
Solutions
11-08-2019
06:25 AM
Okey @MattWho, understood! Can you help me, if you can of course, try to configure a 2 nifi instance communication. I have 3 Nifi Install and I want them to communicate with each others, but I'm trying to configure just two for now so I can see if it works. I have configured one on 8080, # Site to Site properties nifi.remote.input.host=localhost nifi.remote.input.secure=false nifi.remote.input.socket.port=8080 nifi.remote.input.http.enabled=true nifi.remote.input.http.transaction.ttl=30 sec nifi.remote.contents.cache.expiration=30 secs # web properties # nifi.web.war.directory=./lib nifi.web.http.host=localhost nifi.web.http.port=8080 nifi.web.http.network.interface.default= nifi.web.https.host= nifi.web.https.port= nifi.web.https.network.interface.default= nifi.web.jetty.working.directory=./work/jetty nifi.web.jetty.threads=200 nifi.web.max.header.size=16 KB nifi.web.proxy.context.path= nifi.web.proxy.host= and one on 8081 # Site to Site properties nifi.remote.input.host=localhost nifi.remote.input.secure=false nifi.remote.input.socket.port=8081 nifi.remote.input.http.enabled=true nifi.remote.input.http.transaction.ttl=30 sec nifi.remote.contents.cache.expiration=30 secs # web properties # nifi.web.war.directory=./lib nifi.web.http.host=localhost nifi.web.http.port=8081 nifi.web.http.network.interface.default= nifi.web.https.host= nifi.web.https.port= nifi.web.https.network.interface.default= nifi.web.jetty.working.directory=./work/jetty nifi.web.jetty.threads=200 nifi.web.max.header.size=16 KB nifi.web.proxy.context.path= nifi.web.proxy.host= The problem is it shuts down just after I run it. Am I doing something wrong?
... View more
11-08-2019
01:18 AM
@MattWho @stevenmatison, Hey guys, I thank you for responding on such a short notice. you are both not recommending this. I hear you both. The goal of my architechture is to have three nifi as starting point, they all communicating with each other. but if one goes down (the leader), one of the two that are still running ensure the safety and digesting of data like if nothing is hapenning. I used the same Architecture for Kafka. In kafka we have brokers. the zookeeper elect one as a leader. and if the leader fails and is not longer available, zookeeper elect a new one to take the lead and digest Data. knowing that we dont loose any data at any point. in kafka I created three brokers one on localhost:9092, localhost:9093, localhost:9094 is this logic can not work on nifi? if no, what yall are saying is I should work with three different machines will that guarentee the safety and digesting of data? I thank you in advance guys! PS: the use of both Nifi and Kafka is for a big company. the goal is to manage failovers.
... View more
11-07-2019
07:59 AM
I have Nifi 1.9.2 and I'm trying to run it into 3 different ports on the same machine (Localhost). I can't seem to find Anything on the internet that can help me with that. Can we do this? I need your help guys, Thanks in advance
... View more
Labels:
- Labels:
-
Apache NiFi
10-11-2019
03:56 AM
hey, did you get any solution to your problem. I'm facing the same problem here and I can't find something that would help me throught thanks in advance man,
... View more