I tested the basic subscription mechanism of Orion setting an instance of Cygnus as a reference and it works well: once Orion receives an updateContext of my entity, it fires a notification to Cygnus that persists the data to the defauld mySQL db.
But if I add the following headers to the subscription:
fiware-service: sat Fiware-ServicePath: /proto1
in order to save the data in another mySQL db, Orion accepts the subscription but does not fire any notification to Cygnus.
I tried to add the same headers to the updateContext REST call without success. Any idea?
PS:
Orion version 0.22
Cygnus version 0.8