Actions
Task #5256
openUpdate mGuard naming convention to incorporate metadata and revision number of the stream
Start date:
03/29/2023
Due date:
% Done:
50%
Estimated time:
Description
The mGuard 03/15/2023 call pointed out that MD2K streams have metadata and versioning for the streams. The metadata contains information about the data type and other details about the stream. Versioning occurs when changes are made to the stream, such as a change in data type.
It is necessary to change the current (mGuard) naming scheme to incorporate versioning and metadata, and corresponding changes should be made to the code.
Updated by Saurab Dulal over 1 year ago
- Subject changed from Update mGuard naming convention to incorporate metadata and version number of stream to Update mGuard naming convention to incorporate metadata and version number of the stream
Updated by Lan Wang over 1 year ago
- Subject changed from Update mGuard naming convention to incorporate metadata and version number of the stream to Update mGuard naming convention to incorporate metadata and revision number of the stream
Updated by Saurab Dulal over 1 year ago
Update: current code manually appends metadata and revision component. https://gitlab.com/netlab-memphis/mguard-group/new-mguard/-/blob/master/src/server/data-adapter.cpp?ref_type=heads#L228. The revision should come from the stream name. This requires changing the data generator code.
Actions