You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

References

CPS-1434 - Getting issue details... STATUS

CPS-1713 - Getting issue details... STATUS

Requirements

Functional

#

Interface

Requirement

Additional Information

Signoff






Error Handling

#

Error Scenario

Expected behavior

1What happens if we receive a Cm Data AVC event for replace , but there is no corresponding record in CPS-Cache ?

What happens when the updating of the cache fails ? Do we still send the messages to kafka ?

Characteristics

#

Parameter

Expectation

Notes

1Frequency of VES Message from VES Standardized device


Frequency of DMI Data AVC Event sent out





Out-of-scope

  • Any operation other than "replace" . eg : create , merge , delete etc.

Assumptions

#

Assumption

Notes

1



Issues & Decisions

#

Issue

Notes 

Decision

1Do we persist the incoming CM Data AVC Event in our database ?

2Which model to be used for the data in the cache ?

3Who will upload the model ? will it be done using our model-loader way ?

4How will the data be uploaded which will later be updated ?

5What happens once the data is updated ? Is cps-core responsible to send out the updated events ? 

6Frequency of VES message , which determines the frequency of Data AVC events.

7Which datastore to be used in CPS?


Overview

  • What is happening now ? 


SON_CPS_EXISTING VES_COLLECTOR VES_COLLECTOR DMI_PLUGIN DMI_PLUGIN NCMP NCMP KAFKA KAFKA Ves Standard Message Reads and Transforms VES Msg to DMI Data AVC Cloud Event DMI Data AVC Event NCMP just forwards the DMI Data AVC to cm-events topic

  • What we want to achieve ?


SON_CPS_TARGET VES_COLLECTOR VES_COLLECTOR DMI_PLUGIN DMI_PLUGIN NCMP NCMP CPS_CORE CPS_CORE KAFKA KAFKA Ves Standard Message Reads and Transforms VES Msg to DMI Data AVC Cloud Event DMI Data AVC Event Parses DMI Data AVC Event delegates the "Replace" operation to CPS-CORE Performs the PATCH operation and updates the existing data NCMP forwards the DMI Data AVC to cm-events topic

  • No labels