advancedEvent Sourcing

What does Event Sourcing store instead of an entity's current state?

An immutable, append-only sequence of every state-changing event that happened to that entity — current state is never stored directly, it's derived by replaying all of those events in order.

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full Spring Ecosystem Mastery library.

What does Event Sourcing store instead of an entity's current state?

Next Step

Continue to Why do event-sourced systems eventually need snapshots?← Back to all Spring Cloud questions