Per Ökvist
Per Ökvist
Is it possible to compile the Core features in a PCL compliant assembly ? Would be great to use this in W8/Wp8 development.
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...
It would be create to either set more meta data, emulator mode, OR support connection strings. When using the Aspire Cosmos component, I learnt that there are more parameters set...
## Support Storage ConnectionString To be able to use the Azure Storage emulator, only using storageAccountName and storageAccountKey isn't enough, the host needs to be changed. It might be better...
How set count, and use same factory per message type.
How to handle multiple subscriptions on one message type in an efficient way in this mode. This will require that the handler is thread safe.