I plan to use Flink on AWS Kinesis Analytics for Java Applications to perform stateful streaming aggregation.
I'd like to save checkpoints to a persistent store. What are my options?
Can I use S3 using FsStateBackend?
What about RocksSB? Is RocksDB offered our of the box by AWS Kineses Analytics for Java Applications?
Thanks!