markap14 commented on a change in pull request #5412:
URL: https://github.com/apache/nifi/pull/5412#discussion_r717715814



##########
File path: 
nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/PublishKafka_2_6.java
##########
@@ -493,6 +517,82 @@ public void process(final InputStream rawIn) throws 
IOException {
         }
     }
 
+    private List<FlowFile> pollFlowFiles(final ProcessContext context, final 
ProcessSession session) {

Review comment:
       Yes, good call. Can pull a few methods into a Publisher util class.




-- 
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