Hi all. I’ve been working on an Stateful Functions SDK for Julia. I think it’s pretty close to working, except I’m running into a bit of confusion around the type expectations around the storage mechanism.
Looking through the python SDK, it seems like my req/rep handler should look for missing persisted state objects in the ToFunction and then reply with an “incomplete context”. I do this, but then the subsequent ToFunctions are still missing the PersistedValues. Is there an assumption in the statefun backend about what types are allowed in the storage? Or anything else that may cause what I’m seeing? Also if there’s anyone willing to help work on this project with me, please let me know! The repo: https://github.com/tbreloff/StateFun.jl Best, Tom