[ 
https://issues.apache.org/jira/browse/BEAM-8184?focusedWorklogId=310175&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-310175
 ]

ASF GitHub Bot logged work on BEAM-8184:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Sep/19 23:21
            Start Date: 10/Sep/19 23:21
    Worklog Time Spent: 10m 
      Work Description: lostluck commented on pull request #9530: [BEAM-8184] 
Add --async flag to dataflow runner
URL: https://github.com/apache/beam/pull/9530#discussion_r323002606
 
 

 ##########
 File path: sdks/go/pkg/beam/runners/dataflow/dataflow.go
 ##########
 @@ -62,6 +62,7 @@ var (
        minCPUPlatform       = flag.String("min_cpu_platform", "", "GCE minimum 
cpu platform (optional)")
        workerJar            = flag.String("dataflow_worker_jar", "", "Dataflow 
worker jar (optional)")
 
+       async          = flag.Bool("async", false, "Asynchronous execution. 
Submit the job and return immediately.")
 
 Review comment:
   execute_async works for me!
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 310175)
    Time Spent: 1h 10m  (was: 1h)

> Allow asynchronous execution
> ----------------------------
>
>                 Key: BEAM-8184
>                 URL: https://issues.apache.org/jira/browse/BEAM-8184
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-go
>    Affects Versions: 2.15.0
>            Reporter: Jack Whelpton
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> When developing streaming pipelines, it would be useful to have a means of 
> deploying a pipeline and exiting, without blocking on completion.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to