Re: [onap-discuss] Testing Dmaap locally - problems with reading messages

2018-04-09 Thread UNNAVA, SUNIL
Marcin, Please check my inline answers below. Thanks, Sunil From: Migdal, Marcin (Nokia - PL/Wroclaw) [mailto:marcin.mig...@nokia.com] Sent: Monday, April 09, 2018 9:56 AM To: UNNAVA, SUNIL ; MUNNELLI, BHAVANI ; onap-discuss@lists.onap.org Cc: KOYA, RAMPRASAD

Re: [onap-discuss] Testing Dmaap locally - problems with reading messages

2018-04-09 Thread Migdal, Marcin (Nokia - PL/Wroclaw)
Hello, I managed to read messages from topic ??. So I have progress. Still open issues are: 1) How may I stub com.att.nsa.security.NsaAclUtils.updateAcl(NsaAclUtils.java:74) for local DMaap development/testing? 2) Are there any Integration or e2e tests agsinst Dmaap in master branch? We

Re: [onap-discuss] Testing Dmaap locally - problems with reading messages

2018-04-09 Thread UNNAVA, SUNIL
Marcin, Let me know your convenient time to connect and discuss. Thanks, Sunil From: Migdal, Marcin (Nokia - PL/Wroclaw) [mailto:marcin.mig...@nokia.com] Sent: Monday, April 09, 2018 4:01 AM To: UNNAVA, SUNIL ; MUNNELLI, BHAVANI ;

Re: [onap-discuss] Testing Dmaap locally - problems with reading messages

2018-04-09 Thread Migdal, Marcin (Nokia - PL/Wroclaw)
Hi Sunil, How may I stub com.att.nsa.security.NsaAclUtils.updateAcl(NsaAclUtils.java:74) for local development? Link provided by you is against service from master code or branch code? Are there any Integration or e2e tests agsinst Dmaap in master branch? Br Marcin

Re: [onap-discuss] Testing Dmaap locally - problems with reading messages

2018-04-06 Thread UNNAVA, SUNIL
Its depend on the consumer. You can define consumer group and consumer id based on your needs. For example using the following URL, I am subscribing to a topic testtopic with consumer group as CG1 and consumer as c1. http://10.12.5.163:30227/events/testtopic/CG1/C1?timeout=1000 Thanks, Sunil

Re: [onap-discuss] Testing Dmaap locally - problems with reading messages

2018-04-06 Thread UNNAVA, SUNIL
Marcin, Consumers has to subscribe to a topic to receive the events. Consumer will receive the messages published after subscribed to a topic. Subscriber URL ({host}:3904/events/testTopic/{consumerGroup}/{consumerId}) is used to both subscribe to a topic and receive messages from the topic.