Thomas Jaeckle
Thomas Jaeckle
There are use cases where it would be useful to apply a policy based on the current state of a thing. An example: Only grant certain permissions based on whether...
When e.g. using the following `put-metadata` header: ```json [{"key":"*/createdAt","value": "now!"}] ``` On a HTTP request: ``` PATCH /api/2/things/my:thing-1 ``` E.g. sending the payload: ```json { "attributes": { "only-one": 2 }...
The Ditto Explorer UI currently always sorts based on the thingId (hardcoded in the UI). It would be very beneficial to be able to sort based on the displayed columns...
Currently the UI accepts a Bearer token for authenticating. More comfortable however would be if the UI would authenticate against a configured OAuth provider endpoint, using a client ID and...
MongDB 7.0 adds support for [compound wildcard indexes](https://www.mongodb.com/docs/v7.0/core/indexes/index-types/index-wildcard/index-wildcard-compound/#search-using-the-attribute-pattern). This can be utilized for the Ditto search index in the way that e.g. the namespace (being part of the top level...
Currently, the HTTP response of a managed http connection can be used as response to a message forwarded by Ditto to that foreign endpoint. Payload mapping can even be used...
The current "search slot" when browsing for all things in the Ditto Explorer UI does not provide the option to define the namespace(s) to search in. The API provides this...
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...