You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2022/03/07 16:54:00 UTC

[jira] [Created] (NIFI-9771) ConsumeKafkaRecord_2_6 verification should fail if Record Reader produces no records

Mark Payne created NIFI-9771:
--------------------------------

             Summary: ConsumeKafkaRecord_2_6 verification should fail if Record Reader produces no records
                 Key: NIFI-9771
                 URL: https://issues.apache.org/jira/browse/NIFI-9771
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Mark Payne
            Assignee: Mark Payne


I configured a ConsumeKafkaRecord_2_6 processor. I then used a Record Reader that was meant to parse logs but pointed it at a topic containing JSON. I then performed verification.

There were no failures, as the Record Reader simply skips any records that don't match the expected format. This should cause the processor's verification to instead fail, since there was a Kafka message that produced no Record from the RecordReader.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)