ditto
ditto copied to clipboard
Eclipse Ditto™: Digital Twin framework of Eclipse IoT - main repository
Provide an endpoint to retrieve all policies. (Get policies) ### Desired API ```http GET /api/2/policies [ { "policyId": "string", // ... }, // ... ] ``` ### Current workaround Query...
In order to provide "Mass operation" (e.g. mass update, mass message sending) capabilities, several existing strengths of Ditto can be combined to provide a new API for such operations targeting...
During a session with @alstanchev we found out that for Ditto managed **Kafka** connections (probably same for other backpressuring connections) when * signals (e.g. "ModifyThing" commands) are processed * which...
Currently Ditto's [Payload Mappers](https://www.eclipse.org/ditto/connectivity-mapping.html) in managed connections are rather "stateless". They convert incoming payload to a Ditto Protocol message without the ability to look additional information up. One of the...
### Discussed in https://github.com/eclipse-ditto/ditto/discussions/1633 Originally posted by **neottil** May 10, 2023 For the documentation is possible to configure enforcement input using placeholder {{ source:address }}. https://www.eclipse.org/ditto/3.2/basic-connections.html#source-enforcement I try to configure...
Ditto shall support configuring that per namespace a declared set of policy IDs are always imported, acting as kind of "namespace/tenant root policy". It is sufficient to configure that statically,...
Define that a policy entry is only applicable for entities within a certain or several certain namespaces. This feature is especially useful when used in combination with policy imports and...
According to the [official spec](https://w3c.github.io/trace-context/#parent-id) a parent-id aka span-id where all bytes as zero (0000000000000000) is considered an invalid value. Ditto should reflect this in the [`SpanId`](https://github.com/eclipse-ditto/ditto/blob/master/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanId.java) class. I. e....
**Currently**, Ditto provides a very advanced (e.g. supporting partial requests/updates, "PATCH" updates, server sent events for notifications) HTTP API to be **consumed by either frontends, mobile applications or even backends**....
The idea of this issue is to have a special kind of JSON values inside a Ditto Thing (e.g. as `attribute` or as `feature` `property`) which are not directly available...