Closed blissi closed 6 years ago
no, but probably all of your events will not have it... It's (optionally) set in the domain
You have to configure the commitStamp in the event definition
{ "correlationId": "correlationId", "id": "id", "name": "name", "aggregateId": "aggregate.id", "context": "context.name", "aggregate": "aggregate.name", "payload": "payload", "revision": "aggregate.revision", "version": "version", "meta": "meta", "commitStamp": "occurredAt" }
Perfect, thanks for the quick reply! Haven't seen this option.
Hi Adriano, there is currently no occurredAt-field in the last seen event in the revision-collection. I couldn't find this string in the codebase, too - have you removed it at some time?