Fritz (Fredrick Seitz)

Results 29 comments of Fritz (Fredrick Seitz)

> Retries for invocations can be achieved through a "retry budget" with Linkerd, or through your choice of ingress controller such as Heptio Contour. Yes, looked into it not ideal,it...

@alexellis thanks! Yes, it is a balancing act with retries, but in cases with event triggered functions, even if you retried automatically once, and failed, it is a huge help...

Looking at your diagram above with the 1:* problem, you would need to record the invocation, payload received and the status of execution. In this scenario in our micro-services for...

I have a connector POC written in node.js, using a job queue ... needs a little more work, but I will share it on github when done. ;)

https://github.com/ratehub/openfaas-kafka-connector, here is our connector needs a lot of polish still as I only have had a day and half to work on it, but testing is going really well...

Hey Alex to elaborate more, basically we want to take the token (service identity) from the projected volume, and send that to another service in http request header and the...

This also allows us to deny any http request that don't have a valid identity token, and just to point out we try to minimise service (faas)-to-service communication, but in...

came accross this issue when upgrading from x.15 to x.17.1 any resolve on this?

it is on the client.read(spec) line I do something very similar and get the exact same message

The signature has changed I was able to get it working by not providing the whole spec but by providing the metadata, kind, and api version: `client.read({ metadata: { name:...