Francesco Guardiani

Results 364 comments of Francesco Guardiani

Caddy allows to configure the header we want: https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#load-balancing

We can perhaps even skip the invocation id query completely. This existed because in the past, we didn't have the feedback channel when sending cancel (it would always return 201...

I have some tools I used last time for testing Kafka + Restate: * xk6 for sending load to kafka: https://github.com/mostafa/xk6-kafka * Grafana + Prometheus to observe * Rust SDK...

Looks like another instance of this https://github.com/restatedev/sdk-python/actions/runs/14578535130/job/40889927890

Hey all, we have released our first version of the Rust SDK! https://crates.io/crates/restate-sdk/ We're looking for feedback!

Just a question here, why decorating every error? isn't the info of the deployment id already in `InvocationStatusStore`?

Could this LRU cache be completely hidden behind the `InvocationStatusTable` impl? In particular once we get rid of these https://github.com/restatedev/restate/issues/276

> I've ran some simple experiments and caching of the InvocationStatus didn't have a measurable impact on throughput. Did you by any chance tried with the neo invocation status to...

Hey I'm adding this to the documentation: https://github.com/restatedev/documentation/pull/521 It will be available in Restate 1.2, releasing this week

> Does this mean that the spec of the input/output schema might not be included? Yes, that's because we still need to add json schema support in the various SDKs....