Duncan Jones

Results 98 comments of Duncan Jones

For sharding you need the email hash to be the shard key (partition key in azure tables) That last part (_if email XYZ is claimed, XYZ is released , XYZ...

So do I understand it in a sort of inside/outside differentiator which is used to add clarity: e.g. "Inside this domain, the word Credit means .... " (not a million...

One thing I have done is have a wrapper **context** for each event which stores the things that are about the event (like causation and correlation identifiers, and timestamps, and...

At the very least, examples need to be programming language agnostic... something I have had difficulty with.

The most common recipe seems to be DDD -> Microservices -> EDA -> CQRS -> Event Sourcing. It does make sense for many systems, but any one of these components...

(Often used in accounting) These terms indicate that the state being returned is what it was at a particular point in time. In event sourcing this can be returned by...

There are abstract entities in lots of businesses that do represent a form of **saga** pattern (with names like "booking" or "transaction" etc.) and for these the state of them...

"consistent" is perhaps more nebulous than "consistency" For example - does the data in the application tie in to some independent measure is one way of saying the system is...

I guess this rather depends on the question **Is Event Sourcing an architecture ?** I would argue that it isn't (so it doesn't need DDD strategic patterns) but also add...