documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Results 4 documentation issues
Sort by recently updated
recently updated
newest added

I've experienced a few issue while setting up a persistent subscription to update my readl model. I will try to list them here in a concise way, let's discuss about...

I've also detected an issue with the `AggregateRepository` blueprint as it never calls `connectAsync` (nor `close`) on the `eventStoreConnection` property. This results in the following error when calling `getAggregateRoot`: ```...

There are also references to unknown `EventStoreAsyncConnectionFactory` and `EventStoreSyncConnectionFactory` classes on the `/getting-started/step-1/index.html` page. I've found an `EventStoreConnectionFactory` class, but I'm not sur if it handles both sync and async...

Somehow, images are not generated (I got a 404 on http://localhost:8080/event-store-v7/tutorial/why_event_sourcing/img/process_to_uml.png for instance)