kemkemG0 commented on issue #27707:
URL: https://github.com/apache/beam/issues/27707#issuecomment-1657801814

   @Abacn
   Thank you for your reply.
   
   Then, is there a way to implement the slowly updating side input pattern 
with the Go SDK?
   
   We have come up with some workaround ideas:
    1. Use another PubSub to simulate the impulse.
    2. Use windowing with 
`beam.Trigger(trigger.Repeat(trigger.AfterProcessingTime().PlusDelay(timeInterval)))`
 and beam.Combine to mimic the impulse.
    3. Store data on local file so that each DoFns can access to it.
   
   However, we would like to avoid complex implementations.


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