Francesco Guardiani

Results 142 issues of Francesco Guardiani

Introduce a TTL for virtual objects state. The specific semantics of when/what conditions start/re-start the TTL timers are to be defined.

enhancement
semantics
api-devex
user-feedback

### Describe your use-case which is not covered by existing documentation. I've been struggling with setting up shading in my gradle build, I was wondering if someone has a ready...

documentation

Followup of #2891, part of #2890. This implements the `InvocationEpoch` mechanism, as described in #2890.

Fix #2890, depends on https://github.com/restatedev/restate/pull/2904

Proposed deprecation strategy for service protocol

The idea is to let users trim journal given a command, and remove all the commands that happened afterwards + their completions. Mark & copy up (excluded) the trim point.

ops-ex

This is a collection of few issues surrounding service deployments / registration: - [ ] Idempotent service deployment registration - [ ] Emergency stop button for a deployment - [...

enhancement
admin

Essentially I see two issues here: * CI builds on PRs take too long. Few months ago I remember there was an effort to optimize them, but now it takes...

bug

Trace logging is not enabled when running sdk tests and e2e tests. This is very problematic as those logs contains **relevant** information to debug tests, and understand what's going on....

bug

Add an endpoint to get multiple openapi definitions at once for multiple services. To handle ambiguity, users should add in the service metadata, at discovery, something like `dev.restate.openapi.prefix` metadata, that...