Streams per entity are fundamentally in conflict with the basic essence of #eventsourcing. The essence being that we can compute *anything* by folding all records.
Counter-example: find all customers in a system where each customer has a dedicated journal/stream by customer ID.
Counter-example: find all customers in a system where each customer has a dedicated journal/stream by customer ID.
Comments