-
Notifications
You must be signed in to change notification settings - Fork 11
Data Extract End
RyanRConaway edited this page Jun 13, 2023
·
1 revision
The data_extract_end
event is published from Reaper to the EventStream once Reaper has written the final data message to the raw topic. This event signals to forklift the total number of messages written to the data pipeline (raw topic) so that forklift can determine when it has handled all incoming messages and is safe to compact the data into the permanent table instead of the temporary JSON staging table.
Field Name | Type | Description | Enum Values |
---|---|---|---|
type | string | Identifier of the event type. Used to filter and receive events | data:extract:end |
data | DataExtractEndMessage(TODO) | The data object containing information needed to determine when a core service has received all data messages. | - |
author | string | The identifier of who sent the event. | - |
Performance: Negligible