I need to process data coming from NiFi using PyFlink for a project, but the PyFlink documentation does not mention a NiFi connector, and we don't want to use Kafka in between. Is there an alternative way to achieve this?
I have successfully achieved data transfer using Kafka, but it introduces an additional process. To avoid this, I want to transfer data from NiFi to PyFlink directly over NiFi ports (output process).