Marius Dammen
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 11
Comments
Recent activity by Marius Dammen-
Json and rest are typical sinks that would benefit here. We see that some url/http based services run validation on the json payload they receive, and the "_id" field typically makes it non-valid.
-
The example above would look something like this: "sink": {"type": "json","system": "any-http-system","headers": {"X-API-Key-For-Method": "$SECRET(my-service-method-key)"},"url": "/ServiceMethodPro...
-
The example shows a GET towards a service, the dynamic part is for filtering on a date in the initial request, this has still nothing to do with "per-entity-processing". As with regards to delegati...
-
As mentioned, this is not regarding "per entity processing", it is a shared concern when configuring the pipe (see the url attribute below): {"_id": "pipe-with-date","type": "pipe","source": {"type...
-
This is mostly a concern when managing microservices. The Sesam system configuration allows custom allocation for memory assigned to the docker container. Without knowing how much memory a node can...
-
This is not for the urls per entity, it is for the url to the system (source/sink). As far as I know, there is no way of supplying dynamic arguments (like dates) to it. For you suggestion, I would ...