Skip to content

Release v6.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 09:32
5d7077b

Summary

Introduces secondary storage mechanisms for Projection read models, this enables using existing databases as query engines for read models.

Added

  • Copy read model specifications on ProjectionRegistrationRequest, to tell the Runtime to make copies of Projection read models to a secondary storage.
  • MongoDB read model copies with BSON conversions and renaming support for converting Projection states (JSON) to BSON documents so that we can mimic how storing read models directly to a MongoDB collection would work from the SDKs.