telefonicaid / fiware-orion

Context Broker and CEF building block for context data management, providing NGSI interfaces.
https://fiware-orion.rtfd.io/
GNU Affero General Public License v3.0
212 stars 264 forks source link

How to unsubscribe particular entity from csubs using subscribe_id #3369

Closed janaka1984 closed 5 years ago

janaka1984 commented 5 years ago

Hi @fgalan ,

i couldn't find particular subscribe_id to unsubscribe particular entity from csubs.

If i can use customize subscribe_id instead of auto generate id, it is easy to unsubscribe particular id. But i couldn't set customize id, when call subscribe(self, entity_id, entity_type="openmtc", fiware_service="") in orion_api.py

Regards Janaka

fgalan commented 5 years ago

This is more a question about functionality rather than an actual issue in Orion code. Thus, I'd suggest to move it to StackOverflow (https://www.stackoverflow).

Thus, could you please create a question post in SOF, please? It would be just a matter of copy-pasting the same text, so it should be easy :) Please, don't forget to include the "fiware-orion" label.

Once done, please add the link to the question as comment in this issue for traceability. Then, close the issue.

Thanks!

janaka1984 commented 5 years ago

Hi @fgalan

Thanks for reply I have added above question to SOF https://stackoverflow.com/questions/53629748/how-to-unsubscribe-particular-entity-from-csubs-using-subscribe-id-in-fiware-ori

Regards Janaka