What would you like to happen?
I would like to add support for stateful processing in the Spark Runner, specifically:
- Implement state management functionality for streaming pipelines
- Add validation to reject pipelines that use timers (as timer support will be implemented later)
- Include proper error messaging when timer functionality is attempted
This implementation will follow the same approach that was successful with the Dataflow runner - implementing state management first, with timer support to follow in a future update.
mail context
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components