Francesco Guardiani

Results 364 comments of Francesco Guardiani

This is being tackled together with https://github.com/restatedev/restate/issues/1687

Hi, just stumbled on this and I think it makes sense to include such a feature. As @VladimirBramstedt pointed out, this is definitely not a niche use case and providing...

@geoff-nunan what would be the use case? Essentially let the SDK publish the schema to the registry, so that external consumers can use it? Or viceversa use the schemas, already...

Hey @geoff-nunan, do I understand correctly that you're trying to implement some sort of service discovery system on top of the restate admin API? If that's the case, I wonder...

We got one step closer with https://github.com/restatedev/restate/issues/2178 to solving this issue. Now we only need to only assemble all the info in the schema registry in order to generate the...

Okay i'll give a try thank you so much!

That's awesome thank you so much! In the project I'm working on, I've created a "unit test generator" (specific for my project) based on an oas 3 spec. This generator...

Hi @michael-dm, thanks for the feedback! > A declarative concurrency / rateLimit knob (e.g. “max 10 parallel Stripe calls” or “100 GPT calls / min”). This is something we have...

Regarding rate limiting examples, at the moment we have an example that shows how you can implement that using the existing Restate functionalities, check it out: https://github.com/restatedev/examples/blob/main/typescript/patterns-use-cases/README.md#rate-limiting