Member since
09-26-2018
5
Posts
0
Kudos Received
0
Solutions
10-04-2018
02:48 AM
Seems that I need to get my hands dirty on NiFi's API. Thank you for your response.
... View more
10-03-2018
09:13 AM
Good day. Is there any way to do automation on starting and stopping a NiFi processor at a certain time? Like after 30 minutes it would stop then after 1 minute it would start again. I've checked the scheduling but I don't know if it is possible to perform a stop on it since what I found is only for starting the processor. I've also researched that it is possible through NiFi's API with programming but might be better if there's a simpler approach that can be accessed through NiFi's Web UI. Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi
09-28-2018
07:43 AM
By checking the NiFi logs, seems that the clients are being rejected because the max connections have been met. I've already increased the max connections options to a higher value and will observed its behavior. Thanks!
... View more
09-28-2018
06:36 AM
Good day. I am new to NiFI and is trying to setup an environment wherein 5 senders with different IP addresses are sending data to a specific port bound to a ListenTCP processor. The senders are sending data via TCP for about every 3 minutes and is working fine. But after a few hours of running, all of them are not sending data anymore, seems that they got disconnected. But if I try to stop and then start the ListenTCP again, the clients now starts sending data. Anyone encountered this behavior? Attached are the initial configuration of ListenTCP. Edit: I've observed that there are some data going in sometimes. Seems that NiFi limited the inbound data after a lot of data sent for hours. During the times that ListenTCP does not receive any data, I've tried sending data manually every 2 seconds from my local computer but ListenTCP does not receive any data.
... View more
- Tags:
- listentcp