arunpandianp commented on code in PR #30588:
URL: https://github.com/apache/beam/pull/30588#discussion_r1519888006


##########
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowStreamingPipelineOptions.java:
##########
@@ -211,6 +211,14 @@ public interface DataflowStreamingPipelineOptions extends 
PipelineOptions {
 
   void setWindmillServiceStreamMaxBackoffMillis(int value);
 
+  @Description(
+      "If true, Dataflow streaming pipeline will be running in direct path 
mode."
+          + " VMs must have IPv6 enabled for this to work.")
+  @Default.InstanceFactory(IsWindmillServiceDirectPathEnabled.class)

Review Comment:
   We don't need the factory `IsWindmillServiceDirectPathEnabled`. 



-- 
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