vlingo / xoom-symbio-geode

The VLINGO XOOM platform SDK implementation of XOOM SYMBIO for Apache Geode, providing reactive storage for services and applications.
https://vlingo.io
Mozilla Public License 2.0
3 stars 2 forks source link

Enhance GeodeObjectStoreActor to transactionally persist Source<E> sources with State #4

Open VaughnVernon opened 5 years ago

VaughnVernon commented 5 years ago

The GeodeObjectStoreActor currently does not persist the Source<E> sources along with the State object. This must be implemented to adhere to the ObjectStore contract.

DaveMuirhead commented 5 years ago

Working on this