Table of Contents |
---|
Objective
...
# | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
1 | id | UUID of the event | ||||||||
2 | source | urn:cps:org.onap.cps | ||||||||
3 | schema | urn:cps:org.onap.cps:data-updated-event-schema:v1 | ||||||||
4 | type | org.onap.cps.data-updated-delta-event | ||||||||
5 | content | { "operationdata": "UPDATE", "anchorName{ "observedTimestamp": "Anchor1"2024-01-17 12:34:43", "dataspaceName": "dataspace1testDataspace", "schemaSetName": "schemaset1bookstore", "observedTimestamp": timestamp, "data": Code Block |
"operation":"CREATE", "xpath": "/" } } |
Controlling Notification
It is important to control the delta notification for better performance. we need to decide on below options to control delta notification.
...