ahmedabu98 commented on issue #27911:
URL: https://github.com/apache/beam/issues/27911#issuecomment-1671569482

   The GCP IO module doesn't include 
`org.apache.beam:beam-runners-google-cloud-dataflow-java`, otherwise we could 
manually set streaming engine by doing something like:
   ```
   if 
(p.getOptions().getRunner().getName().equals(TestDataflowRunner.class.getName()))
 {
     
p.getOptions().as(TestDataflowPipelineOptions.class).setEnableStreamingEngine(true);
   }
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to