You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see the started ProcessGroup consisting of three processors.
215
214
The first one - `InvokeHTTP`, fetches the CSV file from the Internet and puts it into the queue of the next processor.
216
-
The second processor - `SplitRecords`, takes the single FlowFile (NiFi Record) which contains all CSV records and splits it into chunks of 2000 records, which are then separately put into the queue of the next processor.
217
-
The third one - `PublishKafkaRecord`, parses the CSV chunk, converts it to JSON records and writes them out into Kafka.
215
+
The second processor - `SplitRecord`, takes the single FlowFile (NiFi Record) which contains all CSV records and splits it into chunks of 2000 records, which are then separately put into the queue of the next processor.
216
+
The third one - `PublishKafka`, parses the CSV chunk, converts it to JSON records and writes them out into Kafka.
218
217
219
218
Double-click on the `InvokeHTTP` processor to show the processor details.
220
219
@@ -265,8 +264,8 @@ You can see the available data sources by clicking on `Datasources` at the top.
0 commit comments