Reputation: 368
Are there any guidelines or limitations for using stateful processing and timers with the Beam Dataflow runner (as of v2.1.0)? Things such as limitations on the size of state or frequency of updates etc.? The candidate streaming pipeline would use state and timers extensively for user session state, with Bigtable as durable storage.
Upvotes: 2
Views: 1067
Reputation: 1725
Here is some general advice for your use case
Here is an informative blog post with some more info on state "Stateful processing with Apache Beam."
Upvotes: 3