Leo Gorodinski
Leo Gorodinski
Yes, in this case for strings, which are nullable unfortunately.
The C# port is incomplete and still a work in progress. More specifically, the domain and application layers have been ported in their entirety. What remains are tests and ports/adapters...
I may have code I haven't checked in, but it is minor. The main thing remaining are the ports/adapters implementations and tests. Take a look at Java samples to see...
Ahh yes, this is the proper implementation - http://blogs.msdn.com/b/davidebb/archive/2010/01/18/use-c-4-0-dynamic-to-drastically-simplify-your-private-reflection-code.aspx As seen here - https://github.com/gregoryyoung/m-r/blob/master/SimpleCQRS/InfrastructureCrap.DontBotherReadingItsNotImportant.cs
> Why do you need global ordering? This global stream only needs to maintain order with respect to events within individual streams, but not necessarily across streams. One approach is...
> What did you mean by global timestamp previously? I was referring to a possible implementation. It could also be a monotonic integer, but this would require a central authority...
> I think you have the implication the wrong way round. For the purpose of this discussion, I'm defining `G` as the global timestamp (or alternatively version), with global meaning...
> I think that your requirement of requesting a stream of event after a specific global timestamp can't be handled without an external indexing structure. It can be using AT,...
From [write up on libevent2 IOCP](http://tinyclouds.org/iocp-links.html): > A major rewrite was done for version 2 to support Windows IOCPs but [anecdotal evidence](http://www.mail-archive.com/[email protected]/msg01730.html) suggests that it is still not working correctly....
@mexx following up on this, is there still some action to take on this library or has focused shifted elsewhere?