Hello,

I have a couple of notes/questions:
In your flow the NiFi host's scheme is HTTP, but you are trying to set HTTPS 
port.
In case of HTTPS you'd also need to set the nifi.minifi.security.xxx properties 
in the MiNiFi's bootstrap.conf file to be able to establish a secure connection 
between MiNiFi and NiFi.

Also in nifi. properties (in NiFi) you need to set the nifi.remote.input.host 
and (nifi.remote.input.socket.port if you use RAW connection).

In case of misconfiguration, there should be errors in the logs/minifi-app.logs 
file.

Also please note that in the M4 version of NiFi/MiNiFi the S2S secure 
communication was broken in the headless (MiNiFi) NiFi so you should try to 
build from the main. The ticket relates to this fix: 
https://issues.apache.org/jira/browse/NIFI-13551

Regards,
Ferenc

On 2024/08/19 07:05:57 qingquan xie wrote:
> Dear Apache NiFi Development Team,
> 
> I am currently facing an issue with MiNiFi when sending data to NiFi. Here
> is the scenario:
> 
> I have deployed MiNiFi and NiFi version 2.0.0-M4 on my local machine. I
> have defined two data flows in NiFi - one for receiving data and the other
> for sending data. The sending data flow is set up to send data to the
> receiving data flow's input remotely.
> 
> I exported the data flow JSON file and placed it in the MiNiFi conf
> directory, renaming it according to the instructions in the guide. However,
> when I start MiNiFi, it does not send any data to NiFi, and there are no
> error messages or indications of what might be wrong.
> 
> Could you please help analyze the possible causes of this issue?
> 
> Attached is my data flow JSON file for your reference.
> 
> Thank you in advance for your assistance.
> 
> Best regards,
> 

Reply via email to