Abacn commented on code in PR #29395: URL: https://github.com/apache/beam/pull/29395#discussion_r1393076860
########## sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsub/PubSubPayloadTranslation.java: ########## @@ -59,6 +60,10 @@ public String getUrn() { @Override public RunnerApi.FunctionSpec translate( AppliedPTransform<?, ?, Unbounded<?>> transform, SdkComponents components) { + if (ExperimentalOptions.hasExperiment( Review Comment: I see V1 overwrite is only effective in streaming mode https://github.com/apache/beam/blob/90cbdd0648e34127fd27809b44e909f23fb37aa1/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java#L551 should we only make the new branch also streaming only or not necessary? -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org