Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-4636

Make beam.Run() (and/or friends) thread-safe.

Details

    • Improvement
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • None
    • 2.7.0
    • sdk-go
    • None

    Description

      It would be nice to be able to launch dataflow pipelines in parallel. 

      For example, here is my use case:

      • I consume data produced by my clients/customers.
      • I need to launch a pipeline on an event dispatch.
      • I may receive multiple events, from multiple customers at the same time.
      • Go code could be simpler if synchronization/cooperation wouldn't be needed from goroutines handling each customer. In particular, setting options through flags is cumbersome.
      • Launching dataflow pipelines serially may not scale if I am able to sign up many customers. 

      Attachments

        Activity

          People

            herohde Henning Rohde
            exm Eduardo Morales
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: