Skip to content

Merge Feature/repl-to-node

Ghost User requested to merge feature/repl-to-node into develop

This merge request contains updates to support choosing which nodes we replicate data to in Chronopolis.

Before we merge we want to check that:

  • We send the correct replicating nodes when adding collections
    • ingest-rest/BagController
    • intake-shell/IntakeProducer
    • others
  • We have test coverage for the changes
    • Creating replication objects (ingest-rest/ReplicationTask)
    • Creating bag objects (ingest-rest/StagingController)

Merge request reports