ditto
ditto copied to clipboard
Eclipse Ditto™: Digital Twin framework of Eclipse IoT - main repository
WIP Pull request Validates and Maps incoming Structured CloudEvents to Ditto Protocol for JSON as well as ```base64``` encoded String. Missing Tests(I would like to know what kind of tests...
My team have to install Ditto 2.4 on AWS EKS cluster. We have some limitation in the cluster, such as: we can't create secret, service account and role. We had...
Ditto Version: 2.4 I'm observing some strange behavior of the search API: doing a request with or without filters to the /count endpoint yields a different number than the result...
Prior the deserialization of an Eliptic Curve JsonWebToken failed, because Ditto assumed it to be an RSA token and missed the modulus and exponent information. Signed-off-by: David Schwilk
Signed-off-by: Dominik Guggemos
Hi Ditto team, please find a new PR that adds support for policies. Along with this, several changes were made: * Moved the add and delete buttons away from the...
A throughput bottleneck is the deserialization of signals published over Ditto PubSub. The reason is that all published signals to 1 cluster member were sent to a single instance-level subscriber,...
Currently all variants of `JsonValue.of` return a `JsonValue`. For number arguments, however, it is desirable to obtain a `JsonNumber` without being forced to manually cast. As `JsonNumber` extends `JsonValue`, changing...
We upgraded from ditto 1.1.0 to 2.1.0 (big update I know) and somewhere in between the URI format for connections changed. Say you're using following configuration options: - host: my-host...
Similar to the [conditional requests](https://www.eclipse.org/ditto/basic-conditional-requests.html) for CRUD of things it would be useful to apply a (RQL based) condition when processing messages in Ditto. Example use cases: * prevent sending...