Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/MicroWaveDeviceInventory+config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9649,7 +9649,7 @@
"password": " >>> password <<< "
},
"topic-name": "proper_notifications",
"client-id": "mwdi-consumer",
"client-id": "mwdi-instance-01",
"group-id": "mwdi-consumer-group"
},
"kafka-client-interface-status": {
Expand Down
2 changes: 1 addition & 1 deletion spec/MicroWaveDeviceInventory+services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ clients:
uuid: mwdi-2-0-0-tcp-c-kmb-1-0-0-000
kafka-client:
uuid: mwdi-2-0-0-kmb-c-kmb-1-0-0-000
topic-name:
topic-name: proper_notifications

- http-client:
application-name: MicroWaveDeviceInventory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,16 @@ The following schema shows how both processes are working collaboratively on upd
The metadata table introduced in 1.2.x is replaced by the deviceMetadataList metadata attributes. I.e. the deviceMetadataList no longer consists only of the devices, but also stores the additional metadata attributes.

The additional metadata comprises the following attributes:
- mount-name:
- connection-status:
- changed-to-disconnected-time:
- added-to-device-list-time:
- last-complete-control-construct-update-time-attempt:
- last-control-construct-notification-update-time:
- number-of-partial-updates-since-last-complete-update:
- schema-cache-directory:
- device-type:
- mount-name
- connection-status
- changed-to-disconnected-time
- added-to-device-list-time
- last-complete-control-construct-update-time-attempt
- last-successful-complete-control-construct-update-time
- last-control-construct-notification-update-time
- number-of-partial-updates-since-last-complete-update
- schema-cache-directory
- device-type
- locked-status: for internal use only

For managing the slidingWindow and qualityMeasurement processes, the metadata is accessed directly, i.e. without calling of additional services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The table shall contain the following columns:
- Is set upon both successful or unsuccessful retrieval
- Is used for retrieval prioritization
- If the device is no longer connected, the timestamp is set to null, to ensure the CC gets retrieved again with priority if the device gets connected again
- **last-complete-control-construct-update-time**:
- **last-successful-complete-control-construct-update-time**:
- the last time, the CC has successfully been updated completely
- If the device is no longer disconnected, the timestamp is kept. If the deletion policy for historical CCs is set to "keep-on-disconnect", this attributes indicates how old the CC for the disconnected device in the cache is
- **last-control-construct-notification-update-time**:
Expand Down
Loading