Versions Compared

Key

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

...

Simple command to test DMAAP pub/sub. Message body can be any valid JSON file. You may need to post a couple times to register the topic. 

Code Block
titlePub/Sub Test
root@oom-rancher:~/oom/kubernetes# curl -X POST -H 'Content-Type: application/json' -d @/tmp/sdc-controllers-config.json http://10.12.6.110:30227/events/unauthenticated.VES_MEASUREMENT_OUTPUT
{
"serverTimeMs": 0,
"count": 1
}
root@oom-rancher:~/oom/kubernetes# curl http://10.12.6.110:30227/events/unauthenticated.VES_MEASUREMENT_OUTPUT/group1/C1?timeout=50000

...