parveensania commented on code in PR #35901:
URL: https://github.com/apache/beam/pull/35901#discussion_r2299423281
##########
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowStreamingPipelineOptions.java:
##########
@@ -310,6 +310,9 @@ public Integer create(PipelineOptions options) {
class EnableWindmillServiceDirectPathFactory implements
DefaultValueFactory<Boolean> {
@Override
public Boolean create(PipelineOptions options) {
+ if (ExperimentalOptions.hasExperiment(options,
"enable_windmill_service_direct_path=false")) {
Review Comment:
Addressed it.
--
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]