As part of a Proof of Concept, We're trying to store an ASF Reliable Service or Actor state in a durable data store (like a MongoDB or DocumentDB).
The idea is to provide a custom state manager, that stores data in a database instead of memory (or disk, or whatever ASF does).
So far, We're unable to find documentation of guides showing how to provide our custom state manager to ASF when creating a Reliable Service or Actor.
Any help is highly appreciated.