Its.Cqrs icon indicating copy to clipboard operation
Its.Cqrs copied to clipboard

support strings as aggregate identifiers

Open jonsequitur opened this issue 10 years ago • 1 comments

Currently, Guid is the only supported AggregateId type for EventSourcedAggregate. Supporting other types would be useful for some scenarios, perhaps in combination with using aggregate type-specific identifiers, e.g.:

BankAccountIdentifier : ObjectId

jonsequitur avatar Feb 05 '15 23:02 jonsequitur

Non-event sourced command targets can use string identifiers as of the addition of #111.

jonsequitur avatar Feb 16 '16 04:02 jonsequitur