Is it possible to configure Kafka Streams to use RockesDB-Cloud rather than the default RockesDB database as storage engine? If so, is there any configuration recipe? I would like to persist data on S3 buckets instead of local filesystem.
Asked
Active
Viewed 245 times
2
-
2Not out-of-the-box. You would need to implement a custom `StateStore` that integrates RocksDB-Cloud. It's not easy to do. – Matthias J. Sax Nov 05 '19 at 04:16
-
Thanks for the feedback – dbaltor Nov 05 '19 at 19:05