Francesco Guardiani
Francesco Guardiani
Completely disable codepaths using IdempotencyTable when the key space of idempotency table is empty. We can do so because in the next release, no one will write to the idempotency...
Completely disable codepaths using invocation status v1 in `InvocationStatusTable` when the key space of invocation status v1 is empty. We can do so because in the next release, no one...
Just try to generate a schema for the following: ```kotlin @Serializable data class Recursive( val rec: Recursive? = null, val value: String ) ``` with the following configuration: ```kotlin initial(serializer.descriptor)...
Mitigates #3857
We should re-introduce the old design for awakeables used in service protocol
We need to sort out the experience around deployment removal. Tasks: * [ ] Endpoint for "Which deployments are drained/can be removed?" * [ ] Wire up drained status with...