DBZ-4012 Clarify differences between event.id and payload.id

This commit is contained in:
Chris Cranford 2021-11-11 14:38:54 -05:00 committed by Gunnar Morling
parent 970792bc40
commit 0cab025627
2 changed files with 4 additions and 0 deletions

View File

@ -338,6 +338,7 @@ The SMT automatically filters out `DELETE` operations on an outbox collection.
|`_id` |`_id`
|Collection |Collection
|Specifies the outbox collection field that contains the unique event ID. |Specifies the outbox collection field that contains the unique event ID.
This ID will be stored in the emitted event's headers under the `id` key.
|[[mongodb-outbox-event-router-property-collection-field-event-key]]<<mongodb-outbox-event-router-property-collection-field-event-key, `collection.field.event.key`>> |[[mongodb-outbox-event-router-property-collection-field-event-key]]<<mongodb-outbox-event-router-property-collection-field-event-key, `collection.field.event.key`>>
|`aggregateid` |`aggregateid`
@ -358,6 +359,7 @@ The SMT automatically filters out `DELETE` operations on an outbox collection.
|`aggregateid` |`aggregateid`
|Collection |Collection
|Specifies the outbox collection field that contains the payload ID. |Specifies the outbox collection field that contains the payload ID.
This ID will be used as the emitted event's key.
|[[mongodb-outbox-event-router-property-collection-expand-json-payload]]<<mongodb-outbox-event-router-property-collection-expand-json-payload, `collection.expand.json.payload`>> |[[mongodb-outbox-event-router-property-collection-expand-json-payload]]<<mongodb-outbox-event-router-property-collection-expand-json-payload, `collection.expand.json.payload`>>
|`false` |`false`

View File

@ -339,6 +339,7 @@ The SMT automatically filters out `DELETE` operations on an outbox table.
|`id` |`id`
|Table |Table
|Specifies the outbox table column that contains the unique event ID. |Specifies the outbox table column that contains the unique event ID.
This ID will be stored in the emitted event's headers under the `id` key.
|[[outbox-event-router-property-table-field-event-key]]<<outbox-event-router-property-table-field-event-key, `table.field.event.key`>> |[[outbox-event-router-property-table-field-event-key]]<<outbox-event-router-property-table-field-event-key, `table.field.event.key`>>
|`aggregateid` |`aggregateid`
@ -359,6 +360,7 @@ The SMT automatically filters out `DELETE` operations on an outbox table.
|`aggregateid` |`aggregateid`
|Table |Table
|Specifies the outbox table column that contains the payload ID. |Specifies the outbox table column that contains the payload ID.
This ID will be used as the emitted event's key.
|[[outbox-event-router-property-table-expand-json-payload]]<<outbox-event-router-property-table-expand-json-payload, `table.expand.json.payload`>> |[[outbox-event-router-property-table-expand-json-payload]]<<outbox-event-router-property-table-expand-json-payload, `table.expand.json.payload`>>
|`false` |`false`