Re: Changing StateBackend for Statefun Harness E2E tests

2022-02-09 Thread Igal Shilman
ksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackend.java#L59 > > > All the best > -- > *Från:* Christopher Gustafson > *Skickat:* den 9 februari 2022 13:34:05 > *Till:* user@flink.apache.org > *Ämne:* Changing StateBac

SV: Changing StateBackend for Statefun Harness E2E tests

2022-02-09 Thread Christopher Gustafson
-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackend.java#L59 All the best Från: Christopher Gustafson Skickat: den 9 februari 2022 13:34:05 Till: user@flink.apache.org Ämne: Changing StateBackend for Statefun Harness E2E tests

Changing StateBackend for Statefun Harness E2E tests

2022-02-09 Thread Christopher Gustafson
Hi everyone, I am looking into the code of StateFun, trying to understand how it works. I was trying to run the Harness E2E in my IDE, and tried to change the StateBackend to rocksdb, at which point I got an error saying it wasn't found. My first question then becomes, why is this? Shouldn't t