You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Eric Bernard (Jira)" <ji...@apache.org> on 2022/12/15 19:59:00 UTC

[jira] [Created] (NIFI-10988) Using multiple ConsumeGCPubSubLite processors causes misrouting of messages

Eric Bernard created NIFI-10988:
-----------------------------------

             Summary: Using multiple ConsumeGCPubSubLite processors causes misrouting of messages
                 Key: NIFI-10988
                 URL: https://issues.apache.org/jira/browse/NIFI-10988
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Eric Bernard


The first instance of a ConsumeGCPubSubLite processor works as-expected. However, every subsequent instance of the processor, even if consuming from different subscriptions, will produce FlowFiles from the original instance's queue.

For example, Processor A is consuming data from Subscription A and routes messages without issue. Then, Processor B consuming from Subscription B is added. The FlowFiles produced by Processor B will contain data from Subscription A; moreover, no FlowFiles with data from Subscription B will ever be emitted by Processor B. Any subsequent ConsumeGCPubSubLite processor will show the same behavior.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)