-
Hi there,
I've noticed that when the stream is commited, NES performs a read first to detect concurrency:
```
using (IEventStream eventStream = this._eventStore.OpenStream(bucketId, id, version, int.…
-
Hello, i installed the last XCode 15 on Ventura (ios min version 11) / iOS 17 / cordova-ios@7.0.1
Plugin don't crash but don't show any calendar.
I get the warning message "accept or not", but a…
-
I really enjoy using CosmoStore. Thanks for creating it!
Apologies if anyone has already shared this or I missed documentation.
I was running into some of the size limitations using AzureTable s…
-
This issue has been migrated from [#16111](https://github.com/matrix-org/synapse/pull/16111).
---
It seems there's considerable interest in [MSC3051](https://github.com/matrix-org/matrix-spec-propos…
-
The data store for the linking data store will need to be part of deployment process.
-
_Note: This is more or less an epic in order to collect the ideas and tasks for supporting a local event store._
Especially when using EventSourcing it would be very helpful to explicitly define wh…
-
I was writing a tool last night to co-ordinate scavenges across an entire cluster - the aim being able to fully automate the start, stop and resumption of scavenges of each node within a cluster.
I w…
-
Your example rocks! I'm just curious, why does the validation logic use referential equality and not structural?
Thanks,
-
Dispatching domain events after a terminate event with an open rollback transaction might lead to dispatched events which aren't really persisted yet (which contradicts the outbox pattern).
I stumb…
wazum updated
2 years ago
-
Currently, streams are always growing, there is no way to delete streams. The first reason why is because it is hard to find a good way to delete streams in an event-sourcing based system.
Is it co…