Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Push Mode: The System of Record sends records to ApiSource via ApiSource's API
  • Pull Mode: ApiSource queries the System of Record via the SoR's API (not yet implemented)
  • Poll Mode: ApiSource polls an endpoint (typically a message bus) for records to process (not yet implementedimplemented for Kafka on an experimental basis)

All three modes may be used concurrently, so long as a single SORID space is in effect. (ie: All three modes will share the same unique key for the same record subject.)

...