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

Compare with Current View Page History

Version 1 Next »

Assumptions

#AssumptionNotes
1Message driven interfaces are already covered and do not require modification

Issues & Decisions


IssueNotes Decision
1CmNotificationSubscription kafka interfaceRequires determination on coverage 
2To split or not to split

Exact resource path required or partial match is accepted

Exact match example:

Incoming: "CmHandle='a/b/c/d', Resource=''"

Outgoing: "CmHandle='Ch-1', Resource='a/b/c/d'"


Partial match example:

Incoming: "CmHandle='a/b', Resource=''"

Outgoing: "CmHandle='Ch-1', Resource='a/b/c/d'"


Append match example:

Incoming: "CmHandle='a/b', Resource=''e/f"

Outgoing: "CmHandle='Ch-1', Resource='a/b/c/d/e/f'"


3Throw exception for non-exact match

Throw CmHandleNotFound when incoming FDN does not contain perfect resource match


Interfaces

CPS-E-05 


EndpointEndpoint TypeNotes Decision
1



CPS-E-09.e 


EndpointEndpoint TypeNotes Decision
1



CPS-E-10


EndpointEndpoint TypeNotes Decision
1



CPS-E-11 


EndpointEndpoint TypeNotes Decision
1



CPS-NCMP-I-01 


EndpointEndpoint TypeNotes Decision
1



DMI-I-01 


EndpointEndpoint TypeNotes Decision
1



  • No labels