Created question in FIWARE Q/A platform on 16-10-2023 at 13:10
Please, ANSWER this question AT https://stackoverflow.com/questions/77302571/why-orion-ld-after-0-8-0-is-not-supporting-the-formation-of-service-subservice-i
Question:
Why Orion-ld after 0.8.0 is not supporting the formation of service/subservice in quantumleap logs?
Description:
Any version of orion-ld after 0.8.0 is not supporting the formation of service/subservice in quantumleap logs, thereby no table-schema formed with "mt" prefix in crate-db. But tables are formed with "et" prefix followed by entity type containing quantumleap persisted data.
Below is my example quantumleap subscription
{
"description": "Notify me of animal locations",
"type": "Subscription",
"entities": [
{"type": "Device"}
],
"watchedAttributes": ["location", "status", "heartRate"],
"notification": {
"attributes": ["location", "status", "heartRate"],
"format": "normalized",
"endpoint":
{
"uri": "http://quantumleap:8668/v2/notify",
"accept": "application/json",
}
},
"throttling": 10,
"@context": "http://context:3000/data-models/ngsi-context.jsonld"
}
How to solve this problem?
I am following this tutorial text
2023-10-17 05:32|CREATED monitor | # answers= 1, accepted answer= False