Henning Rohde created BEAM-4474: ----------------------------------- Summary: Ensure unbounded Go pipelines are not run in batch on Dataflow Key: BEAM-4474 URL: https://issues.apache.org/jira/browse/BEAM-4474 Project: Beam Issue Type: Bug Components: sdk-go Reporter: Henning Rohde Assignee: Henning Rohde
This causes the job to fail. Specifically, streaming_wordcap currently needs the option "--streaming=true" to work, but it shouldn't be necessary given the pubsub source returns an unbounded PCollection. Instead of a streaming flag, the Dataflow runner should instead inspect the PCollections to determine whether to run batch or streaming. -- This message was sent by Atlassian JIRA (v7.6.3#76005)