lostluck commented on issue #26196: URL: https://github.com/apache/beam/issues/26196#issuecomment-1505629546
A solution for this is coming in 2.47.0 (the in progress release). The solution for this is to use the [Slowly Updating Side Inputs pattern](https://beam.apache.org/documentation/patterns/side-inputs/) , using [PeriodicImpulse](https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/transforms/periodic/periodic.go#L118). After the release, the examples in the linked doc will be updated accordingly. -- 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]
