Einar Ingebrigtsen

Results 408 issues of Einar Ingebrigtsen

The event store is multi-tenanted, meaning that each tenant has its data segregated. But rather than be specific on Tenant, we should be more general and call it a namespace....

breaking change

Today we have a common `EventContext` representation. It holds information that is only relevant for the client, such as the `TenantId`. This is not needed in the server. By sharing...

We don't really need Serilog. All the capabilities we need is in the standard out of the box logging from Microsoft. For enriching: https://andrewlock.net/customising-the-new-telemetry-logging-source-generator/ Instead we want to expose everything...

good first issue
breaking change

Projection definitions should be versionable. This means that when there is a change, we should register a new version rather than overwrite the existing one. The reasons why we want...

Add a key/value pair of strings that can be associated with events. The `Append()` APIs needs to support being able to set metadata. In addition it should be possible to...

By adding the sequence number to the produced read model and checking if when handling an event against the sequence number we can guarantee EOP.

observers

Today we try resolve the parent key by looking for the event that was last inserted based on the event source id. This results in the exception below if the...