|
|
Sent from a replicating node to an ingest node. Alerts the ingest node that the replication has completed.
|
|
|
|
|
|
__Message Body__
|
|
|
|
|
|
| Key | Value | Type |
|
|
|
| ------ | -------- | ------ |
|
|
|
| message-att | "ack" | String |
|
|
|
| collection | "collection" | String |
|
|
|
| error-list | ["file_0", ...] | String |
|
|
|
|
|
|
### TODO
|
|
|
* If we return failed items in the [CollectionInitReplyMessage][CollectionInitReplyMessage], do we need them here as well?
|
|
|
* We probably don't need the collection in the message, but if we do want to keep it maybe we should have the depositor as well |
|
|
\ No newline at end of file |