Decode packed event records for runtime import
This commit is contained in:
parent
83f55fa26e
commit
09b6514dbf
13 changed files with 1801 additions and 50 deletions
|
|
@ -23,6 +23,8 @@
|
|||
"company_count": 0,
|
||||
"packed_event_collection_present": true,
|
||||
"packed_event_record_count": 3,
|
||||
"packed_event_decoded_record_count": 0,
|
||||
"packed_event_imported_runtime_record_count": 0,
|
||||
"event_runtime_record_count": 0,
|
||||
"total_event_record_service_count": 0,
|
||||
"periodic_boundary_call_count": 0,
|
||||
|
|
@ -37,10 +39,11 @@
|
|||
"packed_event_collection": {
|
||||
"mechanism_family": "classic-save-rehydrate-v1",
|
||||
"live_record_count": 3,
|
||||
"live_entry_ids": [
|
||||
1,
|
||||
3,
|
||||
5
|
||||
"live_entry_ids": [1, 3, 5],
|
||||
"records": [
|
||||
{
|
||||
"decode_status": "unsupported_framing"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue