dariuszseweryn commented on code in PR #10053:
URL: https://github.com/apache/nifi/pull/10053#discussion_r2185573484


##########
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/stream/record/KinesisRecordProcessorRecord.java:
##########
@@ -47,16 +51,19 @@
 import java.util.Collections;
 import java.util.List;
 import java.util.Map;
+import java.util.Optional;
 
 public class KinesisRecordProcessorRecord extends 
AbstractKinesisRecordProcessor {
     final RecordReaderFactory readerFactory;
     final RecordSetWriterFactory writerFactory;
     final Map<String, String> schemaRetrievalVariables;
 
-    private RecordSetWriter writer;
-    private OutputStream outputStream;
+    private FlowFileState flowFileState;

Review Comment:
   `currentFlowFileState` it is then



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to