We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Global checkpoint id is implemented with an optimistic loop.
The optimistic loop is implemented client-side, every operation requires a network rountrip.
An experimental server side optimistic loop (one roundtrip) can be enabled on Wireup.
Wireup.Init() .UsingMongoPersistence( "eventstore", new DocumentObjectSerializer(), new MongoPersistenceOptions() { ServerSideOptimisticLoop = true } ) .Build();