Francesco Guardiani

Results 142 issues of Francesco Guardiani

> A lot of these requests when being invoked will start failing because of the invalid string key. Then the user would have to manually kill all ingested invocations Independently...

admin
opsex

Right now there is not way to support sending `Metadata` in `call`/`backgroundCall`. This is especially problematic to support things such as AuthN/AuthZ between services. * [ ] Implement the changes...

api-devex

Being able to defer sending a response to a caller will allow to implement scenarios where the response is not immediately known and the callee service needs to release its...

umbrella
api-devex

Implement the promises semantics, as described here: https://github.com/restatedev/service-protocol/pull/91/files#diff-128451de2d167458610958ef2052c8d7e1aec332bcea3c664f7b27f39a5aa0be

enhancement
api-devex

Ignore `charset=ut8` and other additional parameters of content type when matching the content type string in ingress.

bug
ingress
schemas

We need two endpoints in the ingress to either: * Given the invocation id, attach to executing invocation to wait for its output * Given the invocation id, retrieve the...

enhancement
ingress

enhancement
sql
opsex

We need a mechanism to override the invoker retry policy on an invocation basis from within the SDK. This is required to prevent infinite loops of side effect retries.

enhancement
api-devex
user-feedback