Hi,
have any of you ever tried to use Netflix Conductor with Rust? If so how did you do it because as far as I know there is no SDK available for Rust? Do you know any other workflow engines which have better Rust support?
Thanks in advance
Hi,
have any of you ever tried to use Netflix Conductor with Rust? If so how did you do it because as far as I know there is no SDK available for Rust? Do you know any other workflow engines which have better Rust support?
Thanks in advance
I haven't done anything with workflow engines/BPEL/BPNM since uni[1] , so please take my advice with a grain of salt. I quickly googled for open source workflow engines and came up with these four that seem to be quite popular:
Now when it comes to features and if any of them fit your use-case, I don't know. You must make sure to choose the right tool!
Here my observations:
core-sdk
as is?Whichever you choose, you'll have to put in some effort creating a usable Rust client for any of these four yourself, I'm afraid. I reckon this could be a fun and rewarding project though.
Thank you for your reply @jofas.
Unfortunately I already know these alternatives and their non existent (un)official Rust support I had hopes someone might know another workflow engine. But the fact that temporal's SDK is written in Rust is very interesting. I didn't know that and I will definitely check it out.
Other than that as you already said I'll probably need to implement a small client myself which will indeed be interesting and fun but also more time consuming than planned