SoftwareAG / cumulocity-lora

LoRa framework including implementations for TTN, Chirpstack, Kerlink Wanesy, Loriot, Actility, Objenious, Live Objects, Orbiwan as well as many codecs and still adding more, and lot of unique features such as user-friendly UI to send device commands, gateway management, codec IDE
Apache License 2.0
10 stars 2 forks source link

Support X-Cumulocity-Processing-Mode #17

Open haraldmeyer opened 3 years ago

haraldmeyer commented 3 years ago

Cumulocity allows to define data to be received in transient modes so that it will not be stored in the database but only be made available for real-time processing. This is controlled via the X-Cumulocity-Processing-Mode.

Potential options:

cpoder commented 1 day ago

Hi Harald, I would like to work on that topic, but I'm afraid the Java SDK doesn't include the capability to change the processing mode. I might have to implement my own REST client, which is not quite convenient. Since versions later to 10.15 don't support Jackson anymore, and am therefore stuck with 10.15, I'm considering switching to my own microservice SDK, unless some major updates to the SDK are made, that is support for Jackson, Spring 6, Spring Boot 3, processing mode, notification 2.0 (not just the API). Sadly there were no significant evolutions in the SDK for more than 4 years.

haraldmeyer commented 1 day ago

Hi Cyril, can we have a meeting to talk about this? There are a number of options here.