Francesco Guardiani
Francesco Guardiani
Pause all requests to a deployment. Open questions: * When pausing a deployment, should we also reject ingesting new requests to it? * If yes, only for requests from ingress?...
See https://discord.com/channels/1128210118216007792/1428129629474132029/1428129629474132029
We should probably change the formatting to rows based, like `kubectl describe`
This introduces AwaitingMessage, a notification from SDK to server of which event the sdk might be awaiting on. Implementation is left intentionally blank, for @tillrohrmann to sort out the details...
The `OutboxMessage` is simply a subset of `Command`, it's an abstraction we don't really need and right now it's even using different serialization formats, potentially causing issues and requiring more...
This state is in the journal table though, so perhaps we might need some new column in SQL to normalize the "cancelling" info? Could be useful for UI too? @nikrooz
Blocked on okapi-operation dependency. Some schemas were generated incorrectly, search in the codebase for todos with this issue number for details.
See https://github.com/restatedev/restate/pull/3701#discussion_r2313717056
Like for `run` and `sleep`, allow call/send to have an observability name.