Dzoukr / CosmoStore

F# Event store for Azure Cosmos DB, Table Storage, Postgres, LiteDB & ServiceStack
MIT License
168 stars 21 forks source link

CosmosDB ChangeFeed - Read Document as EventRead outside of CosmosDB EventStore #46

Open perokvist opened 4 years ago

perokvist commented 4 years ago

Hi,

In 2.x I used the following when reading from the cosmos change feed; CosmoStore.CosmosDb.Conversion.documentToEventRead(d)

In 3.x this seems to be private within the EventStore. I'm I missing something, or is it possible to expose this in any way?