NStore
NStore copied to clipboard
Opinionated eventsourcing library
Hi there, any plan to support the Microsoft.Data.SqlClient library, dropping altogheter the System.Data.SqlClient, or trying to support both of them? Maybe the breaking change should be quite small to consumers...
Idempotency should be opted out when is not needed.
This is a more general problem for ISubscriptions: when we have a DB Error (es mongodb is down) and the provider calls the OnError method of the ISubscriber, the LambdaSubscription...
If the first record next in polling generates an error( ex in mongo a wrong serialization) the FailedPosition of the LambdaSubscription is 0 (I'm expecting it to be the value...
Suppose we have a serialization error in NSTore in mongo, each time the poller try to poll a new value a log is generated. We should 1. Limit to a...
The warning log show that the id skypped is the number 41 but is the number 40.  same for 21 --> 20 
If NSTORE_MONGODB is not on localhost like mongodb://192.168.2.2/NStore, even if the machine is perfectly able to connect to the instance, tests are failing. 
make immutable strings const.