-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Because of the primarily event based architecture, we have a challenge for new systems added to the ecosystem, that want to synchronise all the data they need.
Best example perhaps is a new LA that wants all the SIS Data after setup.
Options:
- Have the event log hold all events from all time (including every historical create event) - over time this will get very big.
- Create a 'dummy' event log that holds create events for the current state of all entities
- Create 'list' endpoints to allow retrieval of all entities
- Create a 're-publish' endpoint that requests the service to create an event in the event log for all current state of entities, though all subscribers then receive and re-process it.
@EvanderVeen @niesink @mcginkel @dpronk thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels