Robert Friberg
Robert Friberg
https://msdn.microsoft.com/en-us/library/system.net.security.sslstream.aspx
Separate journal writer process that accepts journal entries/batches over tcp, commits to pluggable backing store and notifies connected memstate engines. This process will be responsible for global orderings of commands...
Provide project templates for both Visual Studio and ```dotnet new``` along with documentation on how to obtain, install and use. How To Create A dotnet new Project Template In .NET...
Also, make subscriptions push based using domain events. See http://origodb.com/docs/core-0.19/models/messaging/
The file journal is a single file that grows indefinitely. We want to have it in manageably sized chunks and a naming scheme that reflects the ordering and recordnumbers, eg...
Queries and Commands may carry mutable objects reachable from the outside into the model or return mutable references to objects within the model breaking isolation. One extreme is to serialize...
https://github.com/ufcpp/ContextFreeTask
Hangs for both postgres and eventstore providers. Only writes a single event to eventstore and then hangs. Postgres benchmark produces output then hangs at the end of the benchmark run.