Francesco Guardiani
Francesco Guardiani
> I would vote to pause this effort for until we have either more capacity or need to change the state machine of the partition processor in a substantial way....
this is not needed anymore
cc @tillrohrmann
> I would not print on every invocation because this will clutter the logs significantly. Instead we can log it on start-up or periodically. I would do it exactly every...
As an intermediate step we could in 1.5 to stop allowing people to register deployments using the old SDKs... Basically return an error in that case saying "you can't register...
Fair, it would be a good idea to have that in UI too @nikrooz .
@nikrooz checkout https://github.com/restatedev/restate/pull/3220, it should give you what you need.
From Restate 1.6 we should prevent executing **new** requests to SDKs using the old protocol. In case of service to service communication, this will be a retryable error and not...
For leaders and replicas to agree, this will be the process: * in 1.6 we need to introduce a new feature flag in the state machine to enable using the...
Before executing this, could you make a list here of commands you think we should update?