Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 03:06 AM
In case I use state-full functions for processing the streaming data, like
FlatMapGroupsWithStateFunction and a scaling event happens and a new node is added, how do I replicate my state in the new node?
does Databrics have any built in solution for this?