I need to create a custom processor. GetFile --> MyProcessor --> PutKafka
The incoming flowFile will be a very large text file. Each row of the file will need to be parsed, put into its own json object, and then sent to a kafka topic. My question is the following: Do I need to write each JSON object to its own output flowFile. That is if the input file contains N rows, and I want N messages to show up in the kafka topic, do I create N output flowFiles ? -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/custom-processor-parse-flowFile-to-many-kafka-messages-tp2782.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
