jonsequitur / Its.Cqrs

A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor.
Other
77 stars 21 forks source link

support strings as aggregate identifiers #26

Open jonsequitur opened 9 years ago

jonsequitur commented 9 years ago

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 commented 8 years ago

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