1
0
-1

I am working on 1.1-STAGING-latest images of ONAP. Checked the topics available on Dmaap bus using karaf command line interface and I cannot see APPC-LCM-READ and APPC-LCM-WRITE topics available.

How are they going to create? And what should be the API key and secret key to read/write the messages from that topics?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Currently APPC is using unsecured topics without API key or secret key for APPC-LCM-READ and APPC-LCM-WRITE. The Topic will be created in DMaaP the first time it is published to. You can find information on creating, publishing, and subscribing to topics using curl commands here: https://github.com/att/dmaap-framework/wiki/Message-Router-API-Call-unit-tests

      You can also find a test guide on submitting requests to APPC through DMaaP here: Submitting APPC Requests via DMaaP#Createtherequest(Samplebelow)

        CommentAdd your comment...