Thomas Jaeckle

Results 169 comments of Thomas Jaeckle

This should not be resumed before a Ditto 3.0 release where the "concierge" service will be removed, see #1339

I also thought about this and see 2 options: * always set the built-in metadata * make it configurable on thing level, maybe as part of the `"_metadata"` object, e.g.:...

@w4tsn that's to discuss. It could be very useful when you e.g. want to provide a custom `modified` timestamp that your defined `modified` has priority above the "fallback" issued by...

> Ok, but then again you could also implement it in the client that if there is no `issuedAt` provided just fallback to `_modified` Exactly, I would prevent duplicating metadata...

> > ``` > > "_metadata": { > > "settings": { > > "auto-metadata": [ > > "_revision", > > "_modified" > > ] > > } > > }...

> I'm not sure if there is a use-case that justifies deactivating built-in metadata. Maybe that's a unnecessary complexity right now. Sure - simply in order to save on the...

What is incorrect here? When the unit is omitted from the `timeout` parameter, it is treated as `s` (seconds) - so `90 000ms` is the correct interpretation into `ms`. You...

Yes, it is not "incorrect" - it could be more convenient to get the unit in the exception text which was passed in. If you want to contribute that improvement,...

Yes, however the ["The link to Vorto"](https://www.eclipse.org/ditto/basic-feature.html#the-link-to-eclipse-vorto) section is about Vorto :D Maybe we can add some words to the "general" concept of linking to a foreign model description. However,...

@vhdirk I don't get why you added the `"id"` of the Thing in the payload. You already define by addressing the policy via the `"policyId"` in the HTTP path, which...