Greg Young

Results 112 comments of Greg Young

@iRatkin What is the time period/count of other events between the writes? When using ExpectedVersion.Any the only idempotence check is the one of recent writes which does not hold a...

> @condron well tested: > > 1. Read events from stream > 2. Write duplicates to stream > 3. Events were recorded to stream (expected no duplicates) How were they...

So the reason these aren't **in** eventstore is that they live on the outside and would generally be hooked into whatever monitoring you are using. There are metrics that can...

"Last event is kept in a deleted stream." OK so I believe this might just be a touch more complicated than it may initially seem. The last event of the...

Hmm thanks @megakid let me look through the result streams. I believe these at some point had a maxCount/maxAge being assigned to them but it depends on the type of...

@megakid was the result a .foreachStream result?

Just as a note ... "Chunk versioning to upgrade and downgrade chunk features" Chunks are already versioned (there have even been some things which needed this over time!) https://github.com/EventStore/EventStore/blob/master/src/EventStore.Core/TransactionLog/Chunks/ChunkHeader.cs/#L14 On...

This is because you should page for large streams not just try to issue everything in one request. On Mon, Jan 11, 2016 at 5:55 PM, Jérôme Avoustin [email protected] wrote:...

For me the best test would be on the same machine to run something like WRFL and RDFL from the TestClient. Then compare to the .NET client