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

Fiware Orion Query Forwarding issue #3736

Open mkavipriya opened 3 years ago

mkavipriya commented 3 years ago

Hi Fiware Team,

We have an issue with attribute filtering in Fiware Orion. The attribute filtering worked fine and fetched correct records until we had no commands registered through IoT Agent. From the time we added commands and corresponding registrations created in Orion, we are facing issues with the Fiware queries. Fiware queries are returning invalid records from the Context Provider as well. We are currently using Orion Context Broker version 2.3.0. We understand this issue is already recorded in https://github.com/telefonicaid/fiware-orion/issues/2282. We want to know if there is already a fix available for this.

Please find below the registration in Orion:

{
"id": "5fc8c6ecb22cf107503d7947",
"dataProvided": {
"entities": [
{
"id": "urn:ngsi-ld:GateController:gate-controller-001",
"type": "GateController"
}
],
"attrs": [
"controlGate"
]
},
"provider": {
"http": {
"url": "http://robotics-iotagent.qa.iot.com:4041"
},
"supportedForwardingMode": "all",
"legacyForwarding": true
},
"status": "active"
}
fgalan commented 3 years ago

Thanks for the feedback!

I have one doubt: is this issue describing the same situation described in issue #2282? In that case, I'd suggest to "merge" both issues. That is: