Re: [onap-discuss] [dmaap] DMaaP API

2018-06-28 Thread UNNAVA, SUNIL
Yes. Thanks, Sunil From: William Kurkian Sent: Thursday, June 28, 2018 2:42 PM To: UNNAVA, SUNIL Cc: onap-discuss@lists.onap.org Subject: Re: [onap-discuss] [dmaap] DMaaP API Ok thank you, I think I understand how it works now. Is this behavior primarily characteristic of Kafka? Thanks

Re: [onap-discuss] [dmaap] DMaaP API

2018-06-28 Thread William Kurkian
> > Sunil > > > > *From:* William Kurkian > *Sent:* Thursday, June 28, 2018 11:56 AM > *To:* UNNAVA, SUNIL > *Cc:* onap-discuss@lists.onap.org > *Subject:* Re: [onap-discuss] [dmaap] DMaaP API > > > > Ok, let me see if I understand. > > > &g

Re: [onap-discuss] [dmaap] DMaaP API

2018-06-28 Thread UNNAVA, SUNIL
in the message received for any subsequent REST subscribe calls. Thanks, Sunil From: William Kurkian Sent: Thursday, June 28, 2018 11:56 AM To: UNNAVA, SUNIL Cc: onap-discuss@lists.onap.org Subject: Re: [onap-discuss] [dmaap] DMaaP API Ok, let me see if I understand. I can subscribe to a topic

Re: [onap-discuss] [dmaap] DMaaP API

2018-06-28 Thread William Kurkian
Ok, let me see if I understand. I can subscribe to a topic with this REST call: GET http(s)://{HOST:PORT}}/events/{topicname}/{consumegroup}/{consumerid}/{timeout=x}. Once the client gets a response with messages, they issue another REST call to wait for more. At the same time there is another

Re: [onap-discuss] [dmaap] DMaaP API

2018-06-28 Thread UNNAVA, SUNIL
Message Router is the REST API created around Kafka. It internally uses the Kaka API. Thanks, Sunil From: William Kurkian Sent: Thursday, June 28, 2018 11:44 AM To: UNNAVA, SUNIL Cc: onap-discuss@lists.onap.org Subject: Re: [onap-discuss] [dmaap] DMaaP API I was using the message-router

Re: [onap-discuss] [dmaap] DMaaP API

2018-06-28 Thread UNNAVA, SUNIL
at the same time. Thanks, Sunil From: onap-discuss@lists.onap.org On Behalf Of William Kurkian Sent: Thursday, June 28, 2018 11:11 AM To: onap-discuss@lists.onap.org Subject: [onap-discuss] [dmaap] DMaaP API Hello, I am looking at the DMaaP, and how to subscribe to a topic on it. I have been

[onap-discuss] [dmaap] DMaaP API

2018-06-28 Thread William Kurkian
Hello, I am looking at the DMaaP, and how to subscribe to a topic on it. I have been testing out the REST API like so: curl http://10.42.14.190:3904/events/unauthenticated.SEC_FAULT_OUTPUT/group1/2 This successfully gets messages. The problem I have, is that if issue it for a different