Skip to content

Process for 'catching up' #41

@cliftonc

Description

@cliftonc

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:

  1. Have the event log hold all events from all time (including every historical create event) - over time this will get very big.
  2. Create a 'dummy' event log that holds create events for the current state of all entities
  3. Create 'list' endpoints to allow retrieval of all entities
  4. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions