I need to process the data and sent to Faust(streaming) like Nifi is sending data to kafka.
Is there any alternative for Nifi in Python since I can't integrate Faust with Nifi
In nifi I can process and convert csv to json and send to Kafka. Since I am in to python is there any application in Python like Nifi which built in Java. Kafka can also be for streaming and kafka stream api is not there in Python