In the documentation for the broadcast pattern, it is mentioned that there is not RocksDB state backend:
No RocksDB state backend: Broadcast state is kept in-memory at runtime and memory provisioning should be done accordingly. This holds for all operator states.
How does this affect savepoint behavior if the application uses rocksdb as the state backend? Does this mean that state is not stored during savepoint and hence not restored?