Handling durability for RPCs is a neat idea. Can you do chained rollbacks? ie an rpc down the call stack fails to revert the whole stack instead of retrying?
Show HN: Restate – Low-latency durable workflows for JavaScript/Java, in Rust
11–20 of 112 posts
Re: Show HN: Restate – Low-latency durable workflows for JavaScript/Java, in Rust
#12The cloud setup was super fast! I used it for an existing app + restate TS sdk, really took a few steps to get things up and running! Looking forward to more support for nextjs/node
Appreciate the feedback! What kind of support do you wish for, if there was one thing you would prioritize?
Re: Show HN: Restate – Low-latency durable workflows for JavaScript/Java, in Rust
#13Nice! Excited tools that makes using microservices easier. Question tho, when will you guys have python support? I’m a ml researcher here and can you tell that most of my work is now pipelines between different services, e.g. Chaining multiple LLM services. Big bottleneck is if one service returns an error and crashes the full chain. Big fan of this work nevertheless. Just think you have alpha on the table
Re: Show HN: Restate – Low-latency durable workflows for JavaScript/Java, in Rust
#14Nice! Excited tools that makes using microservices easier. Question tho, when will you guys have python support? I’m a ml researcher here and can you tell that most of my work is now pipelines between different services, e.g. Chaining multiple LLM services. Big bottleneck is if one service returns an error and crashes the full chain. Big fan of this work nevertheless. Just think you have alpha on the table
Re: Show HN: Restate – Low-latency durable workflows for JavaScript/Java, in Rust
#15Is this a competitor to Temporal? I admit that I have never used either, but it strikes me as odd that these things bring their own data layer. Is the workload not possible using a general purpose [R]DBMS?
Re: Show HN: Restate – Low-latency durable workflows for JavaScript/Java, in Rust
#16Re: Show HN: Restate – Low-latency durable workflows for JavaScript/Java, in Rust
#17Being fairly familiar with Temporal, I definitely appreciate your cleaner architectural choices. Add a Go SDK and I’ll definitely give this a try.
Someone already contributed an MVP; in the next few months we'll be adopting it fully and upgrading it to 1.0 (we hired the awesome Azmy after he built it) https://github.com/muhamadazmy/restate-sdk-go
In my mind, this moved restate from “huh, that’s cool” to “during tomorrow’s standup, I’m going to ask one of my engineers to build a poc.”
Re: Show HN: Restate – Low-latency durable workflows for JavaScript/Java, in Rust
#18Re: Show HN: Restate – Low-latency durable workflows for JavaScript/Java, in Rust
#19Looks cool. Just out of curiosity, where did you find the template for your homepage? is there a content framework you are using ?