-
Use case:
A service calls messages API with a correlation-id header valued. Ditto triggers an event on the device that is processed and a response is then generated through an event that is captured …
-
With an immutable class like
`@Getter
@Builder
public class ImmutableThing {
private final ImmutableThing otherThing;
}
`
we would love to be able to do
`
ImmutableThing.ImmutableThingBu…
-
Hello, we have recently been evaluating Eclipse-Ditto 3.5. We have enabled the indexedFieldsLimiting feature for our solution. We can confirm that the search collection only contains the fields added …
-
If suppose, this is my thing
{
"definition": "com.acme:coffeebrewer:0.1.0",
"attributes": {
"manufacturer": "ACME demo corp.",
"location": "Berlin, main floor",
"serialno"…
-
In the ditto Helm chart, the mongoDB chart dependency is set to version `^12.x`, the latest version to match that being `12.1.31`.
That version uses the bitnami `common` chart version `1.16.1`.
Wi…
-
The GET /api/2/search/things API is currently broken on the release Ditto 3.5.1 when we attempt to fetch an array property.
A sample scenario is given below.
Sample data stored in Ditto:
```
{
…
-
During updating a single policy which is imported in ~5.000 other Policies, I noticed many "ask timeout exceptions" being thrown in Ditto's "things-search" service.
It is intended that - when a imp…
-
hi, I am a beginner. May I know how to run the rest to websocket example? Is it possible to directly open index.xml? Do you still need to run the Docker image of Eclipse ditto first?
-
Present maximum size for paging is 200 for things. But the items created are more than 200 and in future, more things will be created. All these things are to be presented. so, what are the steps to r…
-
Hello, I am using maven to build ditto. The terminal shows the errors in the following. It tells the error relating to JSON. I would like to know how to fix it.
I am using Macbook M1 Pro with Sonom…