Dzoukr / CosmoStore

F# Event store for Azure Cosmos DB, Table Storage, Postgres, LiteDB & ServiceStack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CosmosDB ChangeFeed - Read Document as EventRead outside of CosmosDB EventStore

perokvist opened this issue · comments

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?