1. I am trying to get data from
https://support.appsflyer.com/hc/en-us/articles/207034356-Push-APIs-Real-Time-Installation-and-Conve...
The page say:
NOTE: Push API only supports the use of port 80 and 443.
I believe I can use NIFI to stream data from a webhook. My question is how to run the HttpListen Processor on port 80 or 443. I tried putting these ports in there and that seems to not work.
Secondly, I tried posting to my small workflow in Nifi that has just two components httplistener and putHDFS.
It just shows the bytes stuck in the queue and not being written to hdfs.
Besides how do I run this on port 80 or 443 as these are the only two ports supported. Are there any other processors I could possibly use?
Any help me is appreciated