-
Currently no logging is being done whatsoever, I should definitely sprinkle some loglines throughout.
-
https://www.eventstore.com/blog/testing-event-sourced-applications-part-1-some-theory
-
We are receiving multiple reports of events not getting reduced in projections.
It is not always clear to users that ZITADEL uses an event store and reduce events into projection tables.
When such …
-
[Forum post](https://forum.bryntum.com/viewtopic.php?p=113583#p113583)
Hi,
I'd like to report a bug. As far as I see it is present in the SchedulerPro, but it is working in the normal Scheduler.…
-
Fix com.thoughtworks.xstream.security.ForbiddenClassException by providing custom XStream bean
```
2022-08-18 08:44:48.672 WARN 1 --- [ main] o.a.e.e.AbstractEventStorageEngine : …
-
Add the nuget packages to the teamcity nuget feed. Add eventstore log output to build artifacts.
-
> Cannot deliver class eventstore.ReadStreamEventsCompleted, client not found for correlationId
What does this mean exactly?
Thanks
-
MongoDB has a 16MB limit per document hard-coded, since `eventhus` uses a single document to store the events, there's a limitation there.
I would recommend using per-document events, instead of pe…
-
When state is needed after a command, check if created event was successfully applied, and eventstore returned a beautiful OK that the event was persisted, so in terms of latency, you have now the mos…
-
I have seen this panic a couple of times in our integration tests:
```
{"level":"error","msg":"subscription has dropped. Reason: [rpc error: code = Unavailable desc = error reading from server: EO…