Skip to content

Commit

Permalink
docs: replace course reference to Akkademy (#2187)
Browse files Browse the repository at this point in the history
  • Loading branch information
beritou authored Aug 20, 2024
1 parent 8f9a86f commit 66e2f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/java-protobuf/partials/eventsourced.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ In contrast with typical create, read, update (CRUD) systems, event sourcing all
[sidebar]
Event Sourced Entities offer strong consistency guarantees. Kalix distributes Entities across every instance of a stateful service deployment--at any given time, each Entity lives on exactly one instance. If a command for an Entity arrives to an instance not hosting that Entity, the command is forwarded by the Kalix Runtime to the one that contains that particular Entity. This forwarding is done transparently, your code does not need to know. Because each Entity lives on exactly one instance, messages can be handled sequentially. Hence, there are no concurrency concerns relating to Event Sourced Entities, each Entity handles one message at a time.

TIP: To learn more about event sourcing, check out the free Lightbend Academy course, https://akkademy.akka.io/learn/courses/10/reactive-architecture6-cqrs-event-sourcing[Reactive Architecture: CQRS & Event Sourcing {tab-icon}, window="new"].
TIP: To learn more about event sourcing, check out the free Akkademy course, https://akkademy.akka.io/learn/courses/10/reactive-architecture6-cqrs-event-sourcing[Reactive Architecture: CQRS & Event Sourcing {tab-icon}, window="new"].

0 comments on commit 66e2f21

Please sign in to comment.