Francesco Guardiani
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...
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...
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...
Implement the promises semantics, as described here: https://github.com/restatedev/service-protocol/pull/91/files#diff-128451de2d167458610958ef2052c8d7e1aec332bcea3c664f7b27f39a5aa0be
Ignore `charset=ut8` and other additional parameters of content type when matching the content type string in ingress.
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...
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.