Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in event-sourcing

Avoiding memory leaks with Commanded in an aggregate that doesn't produce an event

How to deal with Command which is depend on existing records in application using CQRS and Event sourcing

Should command info be passed to aggregate using method parameters or by reference?

c# .net cqrs event-sourcing

Use cases of Event Sourcing, when we don't care about past states

Handle Status Update In Even Sourcing Pattern

query/filter the events in kinesis stream

How to handle side effects based on multiple events in a message driven microservice system?

org.axonframework.eventsourcing.IncompatibleAggregateException (Axon framework: Aggregate identifier must be non-null after applying an event)

Real World Microservices gRPC vs Event Sourcing

How to replay/project events in Axon4 towards a different context?

Event Sourcing, CQRS, DDD: One-to-Many relationship

Rebuild queries from domain events by multiple aggregates

Event-Sourcing definition

CommonDomain - how to unit test aggregate root

Event Sourcing SQL Server Delete

What is the recommended way to get another domain's data in a CQRS workflow?

Microservices, REST, event sourcing and data consistency

Synchronizing Query-side Data in CQRS - won't there still be contention?

Is a transactional outbox needed for event-sourced systems?