ck-c8y
ck-c8y
Hi, I use vcode for a multi module project [cumulocity-dynamic-mqtt-mapper](https://github.com/SoftwareAG/cumulocity-dynamic-mqtt-mapper/tree/develop), (branch develop). The project structure is as follows: |----mqtt-mapping-service | |----pom.xml |----mqtt-mapping-interface | |----pom.xml |----mqtt-mapping-extension | |----pom.xml |----pom.xml When ......
Using the @iot-app-kit/* in version 10.2.0 after migration from 9.15.0 the visualisation interrupts.
**Describe the bug** When using the `@iot-app-kit/*` in version 10.2.0 after migration from 9.15.0 the visualisation interrupts. Pls. see the screenshots below. **To Reproduce** Steps to reproduce the behavior: Build...
Hi, we have the behaviour that mosquitto stops to persist messages when the connection tedge_mqtt_bridge to the cloud is interrupted: (see screenshot tedge_mqtt_bridge_disconnect): `2024-08-23T06:42:30.112741403Z ERROR tedge_mqtt_bridge::health: MQTT bridge failed to...
1. When I evaluate the expression `nullField` against the document: ` { "nullField": null }` I get `null`. 2. When I evaluate the expressions `nonExistingField` against the same document I...
``` # does not work # tenant_options = self.c8yapp.get_tenant_instance(headers=request_headers).tenant_options.get_all(category=self.ANALYTICS_MANAGEMENT_REPOSITORIES) # works response = self.c8yapp.get_tenant_instance(headers=request_headers).get( resource=f"{self.PATH_TENANT_OPTIONS}/{self.ANALYTICS_MANAGEMENT_REPOSITORIES}") tenant_options = response ```