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)