Abacn commented on code in PR #39461: URL: https://github.com/apache/beam/pull/39461#discussion_r3675128688
########## sdks/python/apache_beam/io/fileio.py: ########## @@ -261,10 +344,11 @@ class MatchContinuously(beam.PTransform): guarantees. Matching continuously scales poorly, as it is stateful, and requires storing - file ids in memory. In addition, because it is memory-only, if a pipeline is - restarted, already processed files will be reprocessed. Consider an alternate - technique, such as Pub/Sub Notifications - (https://cloud.google.com/storage/docs/pubsub-notifications) + file ids for every file the pattern has matched. With ``has_deduplication`` Review Comment: Just a side note, with #39090 in we should be able to eliminate this comment > Matching continuously scales poorly, as it is stateful, and requires storing -- 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]
