Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This work is tracked in the following JIRA issue: https://jira.onap.org/browse/DCAEGEN2-884 

Libraries

Following are some of the common function identified and requirement at high-level

1) DMAAP-MR Client

  • Support for DMAAP MR publish and subscribe  
  • Standardize Dmaap configuration from Consul fetch
  • Support for authenticated topics pub/sub

  • Standardized logging

2) ConfigBindingService Client

    Thin client wrapper to invoke the CBS api to fetch configuration based on exposed properties during deployment. This should also provide option to periodically query and capture new configuration changes if any and returned to application

3) A&AI Client

  • Standardized logging and error handling
  • Provide a wrapper on AAI api for identifying node-type and support appropriate enrichment queries
  • Standardize PNF update related queries


Click here to see libraries with short descriptions.


JIRA



Jira Legacy
serverSystem Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject=dcaegen2 and type in (Story,Task) and status not in (Closed,Delivered,Done) and labels = "dcaecommonlib"
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176

Package/Version info

TBDThe documentation is available on DCAE SDK page.


Steps for Instrumentation of the libraries  (For new clients development)

...