Libby, DMAAP-157 is closed. We have run SDC model distribution in Amsterdam and Beijing thousands of times.
Your problem must be environment specific. Do the following. 1. On the Message router VM - stop zookeeper, kafka and dmaap 2. Start zookeeper 3. Wait 30 seconds 4. Start kafka 5. Wait 30 seconds 6. Start dmaap Use POSTMAN or Curl to do a GET against the topics in dmapp http://{{mr}}:3904/topics/<http://%7b%7bmr%7d%7d:3904/topics/> you should see the list of topics doe a HTTP GET agaisnt the SDC topic http://{{mr}}:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/group1/client1?timeout=5<http://%7b%7bmr%7d%7d:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/group1/client1?timeout=5> do a HTTP POST against an unauthenticate test topic and confirm that you can do a GET against it 1. POST http://{{mr}}:3904 events/TESTTOPIC/ * Accept:application/json * Content-Type:application/json * { "test"} 2. GET http://{{mr}}:3904 events/TESTTOPIC/ 3. You may need to do the POST/GET twice due to the way initial sessions are created This would confirm that DMaaP is working I would then restart the SDC-BE process and you should see SDC on the DMaaP writer list http://{{mr}}:3904/topics/SDC-DISTR-STATUS-TOPIC-AUTO<http://%7b%7bmr%7d%7d:3904/topics/SDC-DISTR-STATUS-TOPIC-AUTO> Should list out a structure with all the clients subscribing to the topic. Brian
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
