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 consumer group: curl http://10.42.14.190:3904/events/unauthenticated.SEC_FAULT_OUTPUT/group2/3 it doesn't return the same message. It works if I wait for a new message, but not to get the same ones. How can I get refetch messages that I've already received? For example, if there were two subscribers, how could they both get the same messages? Thanks, William -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10665): https://lists.onap.org/g/onap-discuss/message/10665 Mute This Topic: https://lists.onap.org/mt/22867594/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
