Francesco Guardiani
Francesco Guardiani
#3296 merges the support, we now need to implement the annotations in the SDKs.
Related to https://github.com/restatedev/restate/issues/844 as well.
We got some user feedback about this.
Current proposal of the semantics for a first version: * Schedules are expressed using the Cron format with second precision. This is an extension of the cron format used by...
Closing this, some investigation was done, and this discussion shows what else can be done https://github.com/restatedev/restate/pull/1964
@kpwebb this feature is still on our radar and we plan to work on it soon, we just got sidetracked by other issues :)
> The underlying problem is that we don't persist the Kafka cluster information so that it can change/disappear across server restarts. This needs to be spec-ed out. The kafka cluster...
Hey @AhmedSoliman I think this could be closed right?
Some research: * CloudFlare[^1] and Envoy[^2] lets you set a custom header you want to use for session affinity. They also provide another feature, that lets you reuse the endpoint...
> Anything that would be looking at a request header to do e.g. session affinity would necessarily need to hash that header value anyways, so, maybe dumb question, but why...