Skip to content

Instantly share code, notes, and snippets.

@emerleite
Last active November 23, 2017 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emerleite/e2de39f1234d4c8cd32b8ead3ade4f94 to your computer and use it in GitHub Desktop.
Save emerleite/e2de39f1234d4c8cd32b8ead3ade4f94 to your computer and use it in GitHub Desktop.
User Profile API Event Sourcing
#Supervision Tree definition for Events
children = [
worker(UpaEventSourcing.VideoWatchProgress.EventStore, []),
worker(UpaEventSourcing.VideoWatchProgress.EventConsumer, [
%{producer: UpaEventSourcing.VideoWatchProgress.EventStore,
processor: UpaEventSourcing.VideoWatchProgress.EventAggregator}
])
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment