Part 2: Add delta report in Kafka notification
Added support for delta report in kafka notifications for CPS core
endpoints.
The following methods are supported in this path:
- saveData, saveListElements,
updateNodeLeavesAndExistingDescendantLeaves, updateNodeLeaves,
updateDataNodeAndDescendants, replaceListContent, deleteDataNode,
deleteListOrListElement, deleteDataNodes.
The following methods are not supported in this patch:
- updateDataNodesAndDescendants, deleteDataNodes
As they need a separate method to generate delta report and then send
the notifications, which can be done as a separate patch.
Issue-ID: CPS-3026
Change-Id: I28700c67df55e8e19754d7ca9e9a1aab5540fc71
Signed-off-by: Arpit Singh <AS00745003@techmahindra.com>